An open API service indexing awesome lists of open source software.

https://github.com/aram-ibrahim/xor_aes_encryptionapp

A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.
https://github.com/aram-ibrahim/xor_aes_encryptionapp

aes aes-encryption decryption encrpytion encryption-decryption gui-application java security xor xor-cipher xor-encryption

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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'