This Java project allows users to encrypt or decrypt files using the AES encryption algorithm.
- Encrypt files using AES encryption
- Decrypt files using AES decryption
- Clone the repository
- Open the project in your preferred IDE.
- Build the project.
- Launch the application.
- Enter the file path of the file you want to encrypt or decrypt.
- Enter the encryption key.
- Specify the mode (Encrypt (E) or Decrypt (D)).
- Press enter to start the encryption or decryption process.
- The encrypted or decrypted file will be saved in the same directory as the original file.
Contributions are welcome! Here are the steps to contribute to the project:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.