Skip to content

bharnish/Notes-2022-05-29

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Notes-2022-05-29

Securely store notes.

Choose a unique dbkey to store your notes under.

Each note is stored in AWS DynamoDB with a hashkey and rangekey.

The hashkey is a SHA256 hash of the dbkey you chose. The rangekey is a hash of the dbkey and the record's unqique Id. Each record is encrypted using a password which is a hash of the dbkey + rangekey, and a random IV using AES.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages