19 lines
562 B
Markdown
19 lines
562 B
Markdown
# encrypt-decrypt-sound-file
|
|
|
|
This PY project encrypt and than decrypt sound file
|
|
|
|
## Features
|
|
|
|
- Using the ARC4 algorithm for 128 bit encryption and decryption
|
|
|
|
|
|
## Installation
|
|
|
|
- Installation libraries: pycryptodome, wav
|
|
|
|
## Usage
|
|
|
|
1. First run the file "encrypt_sound.py" Follow the instructions on the command line to enter 16 characters
|
|
2. Encrypted file will be created in the root folder then try to listen it
|
|
3. Then the use "decrypt_sound.py" and run the file "decrypt_sound.py" to create a decrypted file then try to listen it again
|