Skip to content

A notepad with AES integration, written in Java.

Notifications You must be signed in to change notification settings

JCGdev/secureNotepad

Repository files navigation

secureNotepad

A notepad with AES integration, written in Java

Table of contents

General info

In this proyect, the encryption algorithm being used is AES CBC

Furthermore, there is an obfuscation method, PBKDF2 key derivation (With HMAC Sha256). Password is hashed 65.000 times

The notes created with this program, will follow this order:

[ Salt - IV - Ciphertext ]

Setup

When executing the program, an config file be created. It's stored in:

Linux --> ~/.config/secureNotepad/config.conf

Windows --> C:\\Users\\USER\\AppData\\Local\\secureNotepad\\config.conf

TODO

  • Improve functionality

About

A notepad with AES integration, written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages