• Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Encrypted note taking web application

Encrypted Notes

A web application that stores encrypted notes.

Notes are encrypted in-browser and the password (or passphrase) is never sent to the server -- so you can store secrets online that can only be read by yourself.

Find notes with Sublime Text like fuzzy search. Just hit a few keys from the title in the right order to narrow the search.

See the following for a demonstration:

http://notes.moyaproject.com/~will

passphrase where there is a will

Feel free to edit that, or create your own notebook:

http://notes.moyaproject.com/

You might be interested in the backend, which is a simple JSONRPC api:

http://notes.moyaproject.com/jsonrpc/

Deploy to Heroku

Deploy