Skip to content

ZeroDay0101/JEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java AES Encrypted Notepad

A simple Java-based Notepad application that allows users to write, save, and open text files encrypted with AES using a password. It features a graphical user interface (GUI) for easy interaction.


Features

  • Create and edit text notes.
  • Encrypt and save notes using AES (Advanced Encryption Standard).
  • Decrypt and open notes using the correct password.
  • Simple and user-friendly GUI interface.
  • Password-protected encryption to ensure your data is secure.
  • Secure password generator

Requirements

  • Java Development Kit (JDK) 8 or higher
  • Maven (optional, if you want to build using Maven)
  • No external libraries required

How It Works

  1. User writes text in the notepad interface.
  2. When saving, the app asks for a password and encrypts the text using AES with that password.
  3. When opening, the app asks for the password and decrypts the file if the password is correct.

About

Simple java app for encryption of local files with AES-256 using your own or generated password

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages