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 bitsBlock Cipher Mode: CBC Padding Scheme: PKCS7 PaddingKey Derivation Function: PBKDF2Salt Size: 64 bytesIteration Count for PBKDF2: 65,536Initialization Vector (IV) Size: 128 bits# Remarks #What is encrypted?- The text within each noteWhat is not encrypted?- The color and title of the notesWhy arent 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 notes color as (default) white, if preferred