GUI program for Encrypting/Decrypting files using AES 256 bit
This Java GUI program is made using SWING and integration with Encryption/Decryption Algorithm
The Algorith used here is the popular Advance Encryption Standard(AES)
I have used Cipher Block Chain method here
and have integrated SHA-256 hash algorithm for authentication here
which uses SALT to avoid rainbow attacks to passwords here
PBKDF2 function is used for computing this in our code
When you run the program a window will open
to select file click open
in this menu select your file you want to Encrypt
lets have this file encrypted
now Click on Encrypt
Now our file is Encrypted
now to decrypt it
but if password is given wrong then
you wont be able to access it
but after entering correct you can
Here's your file now
That's all folks!
Note: This software is under development I am solving some bugs dont use it on important files
Webhook trigger test commit.









