Characters: 0 Words: 0 Entropy: 0 bits
A simple web-based application for people to write and store notes securely online. Can be accessed from any device anywhere in the world. Built to be as a more portable, more secure alternative to Simplenote and Evernote.
It works on any device/platform that has a web-browser. It's also very small (~100 kilobytes), and very fast so it works well on even the slowest internet connections.
It depends entirely on your passphrase. If someone can guess it (or brute-force it), then they would gain access to your notes.
Apart from that, your notes are fully encrypted client-side (using portion of your passphrase as the encryption key) before being saved on the server's hard drive. To prove how safe they are, you can actually download all the notes stored on this server from here:
https://notepad.mx/archive.tar.gz
You will get a bunch of files with encrypted looking text inside that is of no use to you, unless you plan on hosting your own copy of this application.
Additionally, there are no usernames or emails for us to keep track off. We do not log IP addresses either. All we have is a bunch of text files whose contents are a mystery to anyone without corresponding encryption key.
Then your notes are lost forever. It will continue existing somewhere on the server, but because it was encrypted, not even the server administrator will be able to find it or decrypt it.
This project is entirely open source. You can discuss it all on our GitHub page here: https://github.com/Athlon1600/notepad