Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 710 Bytes

File metadata and controls

36 lines (18 loc) · 710 Bytes

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