Giter Club home page Giter Club logo

cenotes-cli's Introduction

CENotes

image Documentation Status

C(ryptographical) E(xpendable) Notes

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

See Questions and answers

cenotes-cli's People

Contributors

ioparaskev avatar irregulator avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

irregulator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.