Skip to content

This Java project allows users to encrypt or decrypt files using the AES encryption algorithm

5keTchDev/File-Encryption-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

File Encryption/Decryption

This Java project allows users to encrypt or decrypt files using the AES encryption algorithm.

Features

  • Encrypt files using AES encryption
  • Decrypt files using AES decryption

Installation

  • Clone the repository
  • Open the project in your preferred IDE.
  • Build the project.

Usage

  • 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.

Contributing

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.

About

This Java project allows users to encrypt or decrypt files using the AES encryption algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages