Skip to content

A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.

Notifications You must be signed in to change notification settings

Aram-Ibrahim/XOR_AES_EncryptionApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

XOR_AES_EncryptionApp

A Simple GUI Java text encryption application uses a layer of XOR encryption algorithm followed by AES encryption algorithm to make the decryption a bit harder.

The encryption depends on a key that is provided by the user with can be 16,24 or 32 characters.

Warning:

1- This application is for educational purposes.

2- The encryption in this software might be basic for real sensitive data, use at your own risk.

3- I am not responsible for misusing this software.

How to start the application?

Compile the code javac Main.java

Run the code `java Main'

Releases

No releases published

Packages

No packages published

Languages