Skip to content

crazyscientist/secure-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Notes

Web service for storing encrypted notes and files

Premise

  • The server has no knowledge of the stored content
  • The server only stores:
    • Encrypted content
    • Encrypted symmetric key to en-/decrypt content
    • Asymmetric keys to en-/decrypt symmetric key
    • Access control list
  • The server in unaware of the passphrase for the asymmetric key

Contents

  • Web service written in Python with Django and Django REST Framework
  • Example API wrapper
  • Example CLI client

About

Web service for storing encrypted notes and files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published