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.
- Host: GitHub
- URL: https://github.com/aram-ibrahim/xor_aes_encryptionapp
- Owner: Aram-Ibrahim
- Created: 2024-09-01T07:23:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:01:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T05:13:48.490Z (over 1 year ago)
- Topics: aes, aes-encryption, decryption, encrpytion, encryption-decryption, gui-application, java, security, xor, xor-cipher, xor-encryption
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'