Skip to content

Sending encrypted messages that are concealed within audio file (.WAV) that means other people can't pay attention to the difference of sounds in the audio and if someone will find the message it's still meaningless thanks to encryption.

Notifications You must be signed in to change notification settings

MariaGarber/Music-Encryption

Repository files navigation

Music Encryption

In this project I build with my team software in Python for concealing encrypted messages into music file with no distinction in the audio file so if the someone will get the file and listen to it he will not pay attention the file was change only the receiver will know there is a secret message However the attacker know the file have a secret message he still not able to read the message because the message is encrypted, the encryption was done using deterministic public key encryption RSA.

Prerequisites

For run this project you need to install pycryptodome and pillow. you can install this packages via pycharm terminal or the pycharm package manager.

In terminal:

pip install -r requirements.txt

About

Sending encrypted messages that are concealed within audio file (.WAV) that means other people can't pay attention to the difference of sounds in the audio and if someone will find the message it's still meaningless thanks to encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages