Skip to content
/ hidden-note Public

🔐 Client-side encrypted/decrypted self-destructing notes using AES-256-CBC.

License

Notifications You must be signed in to change notification settings

w4/hidden-note

Repository files navigation

HiddenNote

Client-side decrypted self destructing notes. Falls backs to client side encryption and decryption if specifically allowed by the user, obviously decreasing security by a huge amount due to plain data traveling over the wire.

Uses Python 3 on the backend for handling retriving and caching ciphertext in the Redis data store—also handles encryption and decryption for non-js clients.

All JavaScript is written in ES6 then transpiled down by Babel, we use crypto-js for encryption and decryption on the client side and pycrypto at the server side. The Web Crypto API is used to generate a key and a nonce for the paste.

All HiddenNote user data is encrypted using AES-256-CBC. If both ends have JavaScript enabled, the server will never know the keys. On first access to the note, it will be removed from our datastore—this is by design for OPSEC reasons.

On the frontend we're using Foundation as the framework and indentation syntax SASS for styling.

About

🔐 Client-side encrypted/decrypted self-destructing notes using AES-256-CBC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published