Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

File-Encrypter

GUI program for Encrypting/Decrypting files using AES 256 bit

Description:

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

front1

to select file click open

Menu1

in this menu select your file you want to Encrypt

File

lets have this file encrypted

Front2

now Click on Encrypt

Front3

Now our file is Encrypted

File2

now to decrypt it

but if password is given wrong then

Front4

you wont be able to access it

Front5

but after entering correct you can

Front7

Here's your file now

File3

That's all folks!

Note: This software is under development I am solving some bugs dont use it on important files

💡 Techs & Tools

🔁 CI/CD Test

Webhook trigger test commit.

About

GUI program for Encrypting/Decrypting files using AES (cipher block chain) 256 bit

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages