rskokan / MMNotes

3 stars 0 forks source link

Secured notes (encrypted) #46

Open rskokan opened 12 years ago

rskokan commented 12 years ago

Idea: A new tab (with a key/lock icon) displays the secured notes. In note detail a new icon with that key/lock icon. -> similar to Favorites

Once a note is secured, all its data is encrypted before storing to DB. In order to display secure notes, even the tab with the list of them, the user has to enter the password (1 pwd for all notes). It also will be possible (in contrast to Favorites) to create new secured notes directly from the designated tab for them.

The note can be later "unsecured" (like favorites). But there will be an confirmation alert displayed.

!The Search functionality #33 will not search in secured notes' contents!

rskokan commented 12 years ago

DB model already updated, added a Boolean attribute isEncrypted in Note.

Created a new model version: "MMNotes v1.1". Its entities have the Core Data Model Identifier of: v1.1.