This is a simple ReactJS application that provides AES encryption and decryption functionality. It allows users to securely encode and decode messages using a secret key.
- 🔐 AES Encryption and Decryption
- ⚡ Built with ReactJS and Crypto libraries
- 🎯 Secure and efficient
- 🏗️ Simple UI for ease of use
-
Clone the repository:
git clone https://github.com/fadilkun45/AES-256-ReactJS
-
Install dependencies:
bun install
or
npm install --force
-
Run the application:
npm run start
or
bun run start
- Enter the text you want to encrypt.
- Provide a secret key for encryption.
- Click the Encrypt button to generate the encrypted text.
- Use the same secret key to decrypt the text back to its original form.
- AES encryption with 256-bit key length
- No padding applied
- Requires a 32-character (256-bit) secret key
- ReactJS ⚛️
- CryptoJS 🔑
- TailwindCSS 🎨 (if applicable)
Feel free to fork, submit issues, or create pull requests to improve this project.
This project is licensed under the MIT License.
🚀 Happy Encrypting & Decrypting!