Encrypt and decrypt audio files as text for secure voice messaging.
Project description
aminulhoque
Encrypt and decrypt audio files as text for secure voice messaging.
Features
- Encrypt audio files (WAV, MP3, etc.) to text files using AES encryption
- Decrypt encrypted text files back to audio
- Password-based encryption (PBKDF2)
- Simple API
Installation
pip install aminulhoque
Usage
from aminulhoque import encrypt_audio, decrypt_audio
encrypt_audio('input.wav', 'encrypted.txt', password='mysecret')
decrypt_audio('encrypted.txt', 'restored.wav', password='mysecret')
Author
- Aminul Hoque
GitHub: AminulHoquecode
Email: aminul98547@gmail.com
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aminulhoque-0.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aminulhoque-0.1.0.tar.gz.
File metadata
- Download URL: aminulhoque-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fe7fab30290972521da5c3655aa9961cfcbcb613974a17ef537799fdce78bff
|
|
| MD5 |
efaf672609aac45c0933bdb5ff99e897
|
|
| BLAKE2b-256 |
f9fa9dfe1fd0ca7eab349972769557097f513ef93b1995b50282669b0df576f0
|
File details
Details for the file aminulhoque-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aminulhoque-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22e5a515999135fbb86960a95cbb6adbf2a5e9510790c52880d2c042bafd6dab
|
|
| MD5 |
7e01386be83bf8725b082bd1bf28f12b
|
|
| BLAKE2b-256 |
89546b52b281c9ad531c54e848d06c3021186b09712ac8de9b12ac01533eb3d2
|