Skip to content

ShonenAsh/infosec-encryptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encrytion algorithms

Algorithms for encryption techniques

Work In Progress

Supported Encryption Techniques

  • Monoalphabetic Cipher
  • PlayFair Cipher

Audiofile encryption

Python

  • To encrypt: python [encryption_technique].py encrypt [audio_file].wav [seed/keyword]

  • To decrypt: python [encryption_technique].py decrypt [encrypted_file] [seed/keyword]

Kotlin

Build jar:

kotlinc [encryption_technique].kt -include-runtime -d [encryption_technique].jar

  • To encrypt: kotlin [encryption_technique].jar encrypt [audio_file].wav [seed/keyword]

  • To decrypt: kotlin [encryption_technique].jar decrypt [encrypted_file] [seed/keyword]

About

Encryption techniques for audio files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published