https://github.com/rishavnandi/java_encryption
A simple Java script that encrypts and decrypts files using the AES algorithm.
https://github.com/rishavnandi/java_encryption
aes-encryption java
Last synced: 8 months ago
JSON representation
A simple Java script that encrypts and decrypts files using the AES algorithm.
- Host: GitHub
- URL: https://github.com/rishavnandi/java_encryption
- Owner: rishavnandi
- License: wtfpl
- Created: 2023-02-25T07:13:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T13:00:52.000Z (over 3 years ago)
- Last Synced: 2025-03-01T17:47:45.285Z (over 1 year ago)
- Topics: aes-encryption, java
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Java File Encrypter and Decrypter
This project was built as a part of the "Object Oriented Programming with Java" course at the CV Raman Global University, Bhubaneswar, India.
## About
This project is a simple file encrypter and decrypter. It uses the AES algorithm to encrypt and decrypt files. The key is provided by the user. The user is also prompted to enter the folder path where the files are located. The user can also choose to encrypt or decrypt the files.
The script will encrypt all files in the provided folder and in any subfolders inside it.
## Usage
To use this script, you need to have Java installed on your system. You can download it from [here](https://www.oracle.com/in/java/technologies/downloads/).
To run the script, open a terminal and run the following command:
```bash
javac FileEncrypter.java && java FileEncrypter
```
## License
[WTFPL](http://www.wtfpl.net/about/)