atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

Option for password support on note creation #4

Closed atoponce closed 10 years ago

atoponce commented 12 years ago

Each note should allow the user to password protect the note. This will allow the note to be encrypted with AES by using the password as the key, rather than the shared secret. The password will not be stored anywhere on disk, as such, the note will not be recoverable should the password be lost.

atoponce commented 10 years ago

Done.