A notepad with AES integration, written in Java
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 ]
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
- Improve functionality