cryptonote
cryptonote copied to clipboard
:lock: A simple open source web application that lets users encrypt and share messages that can only be read once.
Last I checked it's incomplete, but adhering to the [EnPaCo](https://github.com/enpaco) spec, created by @dansup and @kpcyrd, would be great!
Allow someone to enable a passphrase on top of the encryption that is required in order to open and thus delete the message.
I haven't quite figured out the pattern just yet, but this will not format as code: ``` development: &defaults test:
Chrome's clipboard api spec should make this easy. jsfiddle: http://jsfiddle.net/gd29az4x/2/
Right now the testing is non-existent, so fleshing that out would be nice despite the simplicity of the app.
Though there is a lot of entropy in both the ID of the message and in the generated password, it would not hurt to add some request throttling to prevent...
Add the ability to set an expiration time if a message is not read. It should default to 30 days as that is a more secure default than allowing a...
I sometimes share code on Cryptonote, so it would be nice to have a code mode that enables syntax highlighting for the recipient.
Allow people to set a geofence (lat, long, km radius) in which the message can be opened