This application allows you to secure your notes with individual passwords. Each note is encrypted separately using the corresponding password.
# Encryption details #
Encryption Algorithm: AES
Key Size: 256 bits
Block Cipher Mode: CBC
Padding Scheme: PKCS7 Padding
Key Derivation Function: PBKDF2
Salt Size: 64 bytes
Iteration Count for PBKDF2: 65,536
Initialization Vector (IV) Size: 128 bits
# Remarks #
What is encrypted?
- The text within each note
What is not encrypted?
- The color and title of the notes
Why aren't the title and color encrypted?
- They can assist you in recalling the content of each note
- You have the option not to assign a title and to maintain the note's color as (default) white, if preferred
# Encryption details #
Encryption Algorithm: AES
Key Size: 256 bits
Block Cipher Mode: CBC
Padding Scheme: PKCS7 Padding
Key Derivation Function: PBKDF2
Salt Size: 64 bytes
Iteration Count for PBKDF2: 65,536
Initialization Vector (IV) Size: 128 bits
# Remarks #
What is encrypted?
- The text within each note
What is not encrypted?
- The color and title of the notes
Why aren't the title and color encrypted?
- They can assist you in recalling the content of each note
- You have the option not to assign a title and to maintain the note's color as (default) white, if preferred
Show More