Skip to content

I used ECB, CBC, and GCM mode for encryption and decryption of plaintext and ciphertext with a key inputted by the user.

Notifications You must be signed in to change notification settings

p10-dev/ECB_CBC_GCM_Encryption_and_Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ECB_CBC_GCM_Encryption_and_Decryption

I used ECB, CBC, and GCM modes for encryption and decryption of plaintext and ciphertext with a key inputted by the user. Make sure the key length is 16 ECB mode has the vulnerability of similar ciphertext when similar plaintext is inputted for encryption, and it can be solved by using different keys.

About

I used ECB, CBC, and GCM mode for encryption and decryption of plaintext and ciphertext with a key inputted by the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages