Skip to content

BasithMrasak/File-Encryption-and-Decryption-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” File Encryption and Decryption Tool

A JavaFX-based application that allows users to securely encrypt and decrypt files using AES encryption with password protection.


✨ Features

  • βœ… User-Friendly GUI – Built with JavaFX for an interactive experience.
  • βœ… AES Encryption – Uses Advanced Encryption Standard (AES) for strong security.
  • βœ… Password Protection – Only users with the correct password can decrypt files.
  • βœ… Secure File Handling – Ensures encrypted files are stored safely.
  • βœ… Lightweight & Fast – Optimized for performance.

πŸ“Œ How It Works

πŸ”’ Encrypting a File

  1. Open the application.
  2. Select a file to encrypt.
  3. Enter a password.
  4. The file is encrypted and saved securely.

πŸ”‘ Decrypting a File

  1. Open the application.
  2. Select an encrypted file.
  3. Enter the correct password.
  4. The file is decrypted and restored.

πŸ›  Technologies Used

  • Java (Core Functionality)
  • JavaFX (User Interface)
  • AES Encryption Algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages