Encrypt and decrypt audio files as text for secure voice messaging.
Project description
voicecrypt
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 cryptography
Usage
from voicecrypt import encrypt_audio, decrypt_audio
encrypt_audio('input.wav', 'encrypted.txt', password='mysecret')
decrypt_audio('encrypted.txt', 'restored.wav', password='mysecret')
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
voicecrypt-0.1.0.tar.gz
(2.4 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 voicecrypt-0.1.0.tar.gz.
File metadata
- Download URL: voicecrypt-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e513321df3688140abe2cc6b2471e23d74be9fcec94af61b82dafeb4672dbba2
|
|
| MD5 |
e7b80e35d3d3db433c99ebbfe91a1a2f
|
|
| BLAKE2b-256 |
a20a13bc47e8a995218916d7fe4ad682abf2e049ab88971f59b29ece557a3c55
|
File details
Details for the file voicecrypt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: voicecrypt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
53289fe5f7832f17eb1b76c975cc5f9233c21bbac0482054e6feb15be142954d
|
|
| MD5 |
f0865fb4e19185da38543729948473f3
|
|
| BLAKE2b-256 |
1a9e35da0b8a3d45d4b5950a7c355013e355a6bf07e734437d62ad1afcf10cee
|