Skip to content

Audio steganography involves hiding secret data within audio files to keep it confidential. Triple DES is a block cipher encryption algorithm that encrypts data using a key to prevent unauthorized access. Together, they can provide a secure method for encrypting and transmitting confidential information through audio files.

Notifications You must be signed in to change notification settings

sarafyash/Audio_Steagnography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio_Steagnography

Two way audio encryption by

  1. Triple DES Algorithm.
  2. Fernet Algorithm

1. For Triple DES Algorithm :

Sender

First take the user input that has to be encrypted. After taking the input, load the audio file in which text will be encrypted. After that encrypt the text file in audio file by using mapping and frame adjustement. Then use Triple DES Algorithm to encrypt the audio file in which text is encrypted. By this we have encrypted the text in audio and , even the audio file is encryptes. This ensures the security of the text and maintains the confidentiality. The Sender can now send the file.

Receiver

The receiver receives the encrypted audio. The receiver first decrypts the audio and then apply the reverse stegnography to get the main text. This is all done by having a shared pair of keys.

2. For Fernet Algorithm :

Sender

First take the user input that has to be encrypted. After taking the input, load the audio file in which text will be encrypted. After that encrypt the text file in audio file by using mapping and frame adjustement. Then use Fernet Algorithm to encrypt the audio file in which text is encrypted. By this we have encrypted the text in audio and , even the audio file is encryptes. This ensures the security of the text and maintains the confidentiality. The Sender can now send the file.

Receiver

The receiver receives the encrypted audio. The receiver first decrypts the audio and then apply the reverse stegnography to get the main text. The pair of keys will be generated by the fernet algorithm.

About

Audio steganography involves hiding secret data within audio files to keep it confidential. Triple DES is a block cipher encryption algorithm that encrypts data using a key to prevent unauthorized access. Together, they can provide a secure method for encrypting and transmitting confidential information through audio files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages