Skip to content

MATLAB program to encrypt/decrypt audio files using RSA

License

Notifications You must be signed in to change notification settings

nicholasbennet/audiorsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Signal Encryption using RSA

MATLAB program to encrypt/decrypt audio files using RSA

Before running the code put the audio file to be encrypted in the same directory as the code files and change the first line of the file "encryption.m" to match the file name of the audio file to be encrypted

Please follow this order while running the programs

  1. Run code_gen.m
  2. Run encryption.m
  3. Run decryption.m

Wavesurfer can be used to analyze and play the audio file. It can be downloaded from the following link. https://sourceforge.net/projects/wavesurfer/

About

MATLAB program to encrypt/decrypt audio files using RSA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages