An open API service indexing awesome lists of open source software.

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.

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/)