Skip to content

VedSorathiya/Image_Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image Encryption

This project uses AES (Advanced Encryption Standard), with CBC (Cipher Block Chaining) as the mode of operation. The three parameters we need are:

  • IV (initialization vector) - by using javax.crypto library, we can specify an IV during each run.
  • input data (file path)
  • secret key (16 bits)

For indetailed working of AES, check out my blog : Exploring Hashing & Encryption techniques

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages