Encrypted Notes #28

Closed
opened 2020-03-12 03:59:36 -07:00 by Max · 1 comment
Owner

Front End

  • Add title field to notes
  • Add front end hash function that is shared with backend

Backend

  • Add saving of titles to notes

Database

  • Update note text table to support encrypted notes
  • Add salt field to each note text if encrypted

Process

  • User Opens note, prompt for password
  • User must retype password if note is being encrypted for this first time
  • password is hashed and stored while note is open
  • When note is saved, title, text and password are sent to server
  • Note is saved using encryption and pass or fail is returned
Front End * Add title field to notes * Add front end hash function that is shared with backend Backend * Add saving of titles to notes Database * Update note text table to support encrypted notes * Add salt field to each note text if encrypted Process * User Opens note, prompt for password * User must retype password if note is being encrypted for this first time * password is hashed and stored while note is open * When note is saved, title, text and password are sent to server * Note is saved using encryption and pass or fail is returned
Max added this to the Encrypted Notes Alpha milestone 2020-03-12 03:59:36 -07:00
Max added the
New Feature
Security
Enhancement
labels 2020-03-12 03:59:36 -07:00
Author
Owner

Add

  • Note Title Saving
  • Password Hint Adding and Saving
  • 15 minute automatic note lock
  • What happens when it is locked, tons of warnings, no way to recover note or password when saved.
Add * Note Title Saving * Password Hint Adding and Saving * 15 minute automatic note lock * What happens when it is locked, tons of warnings, no way to recover note or password when saved.
Max closed this issue 2020-03-13 09:35:01 -07:00
Max referenced this issue from a commit 2023-03-02 21:21:23 -08:00
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Max/SolidScribe#28
No description provided.