The File Encryptor is a simple Java application that allows users to encrypt files using the AES 256 encryption algorithm.
- Encrypts files using AES 256 encryption algorithm
- Specify your own encryption key
- Simple user interface for selecting input and output files
To use the File Encryptor, follow these steps:
- Clone or download the repository to your local machine.
- Open the project in your preferred Java IDE.
- Compile and run the
Main.java
file.
- Run the Main.java program to launch the application.
- Enter the path to the input file in the "Input File" field.
- Enter the desired path for the encrypted output file in the "Output File" field.
- Click the "Encrypt" button.
- If successful, a message will be displayed indicating that the file has been encrypted.
- Java Development Kit (JDK) installed on your system
- Java IDE (e.g., IntelliJ IDEA, Eclipse) for running the application
Contributions to the File Encryptor are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Commit your changes.
- Push to the branch.
- Create a new Pull Request.
- Het Joshi - Developer
This project is licensed under the MIT License - see the LICENSE file for details.