17 lines
417 B
Markdown
17 lines
417 B
Markdown
# Project Name
|
|
|
|
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
|
|
|
|
- First run the file "encrypt_sound.py" then the encrypted file will be created in the root folder then listen to it and run the file "decrypt_sound.py" to create a decrypted file
|