Cryptographical Expendable Notes
Project description
CENotes
C(ryptographical) E(xpendable) Notes
-
Free software: GNU General Public License v3
-
Source code:
What is this?
A backend project to support encryption/decryption of expendable notes
An example using this backend can be found at https://cenot.es
What this isn't
UI/Frontend. This is a backend project. Frontend solutions will be different projects. The reason for this is to allow flexibility in frontend choice and to avoid huge bundle projects.
-
A frontend project that communicates with the backend can be found here
-
A cli project to test the encrypt/decrypt actions offline can be found here. Backend project uses this package for every crypto action
Features
-
Symmetric encryption of notes using the pynacl project
-
On the fly encryption/decryption
- Notes can be encrypted/decrypted on the fly without storing anything on the server
-
Expiration date notes
- After that date, the notes are deleted and cannot be retrieved (default is never)
-
Notes that are deleted after N visits
- After N retrievals of a note, the note is deleted (default is 1)
-
Duress key for immediate note deletion
- Using the duress key instead of the real decryption key will delete the note and respond as if the note didn't exist (to avoid indicating the use of the duress key)
-
Persistent visit notes
- Notes can be marked as "persistent visit" so that that they are not deleted based on visit count
How does this work?
See design
How to run
See how to run
How to deploy
See deployment
Features to be added sometime
- Modification of a note's settings
- Zero visit count
- Change max visits option
- Change expiration date
- Public key encryption and user database
Q&A
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cenotes-0.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8d49b94c47218a5891409fa35f6c7617a43cf6edcfd006ecf48b36dd68ac5f3 |
|
MD5 | 752ddf58434ef3183685ab7f4aaadd5d |
|
BLAKE2b-256 | d64ec8302f645ce75b8bfc5d2b384c7aa4aa185f05144f5dcdf68bf07fe009a9 |