https://github.com/pcboy/notocrypt
A google keep clone, anonymous and client side encrypted
https://github.com/pcboy/notocrypt
Last synced: 4 months ago
JSON representation
A google keep clone, anonymous and client side encrypted
- Host: GitHub
- URL: https://github.com/pcboy/notocrypt
- Owner: pcboy
- Created: 2019-11-24T13:52:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:34:34.000Z (over 3 years ago)
- Last Synced: 2025-06-13T10:03:24.305Z (about 1 year ago)
- Language: Ruby
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notocrypt
WIP
## Background
I use Google keep a lot and that scares me a bit so I made Notocrypt. It's a fully client side encrypted alternative.
Beware: It's still pretty much a work in progress and I don't have a lot of spare time to work on it.
Current Status: Can Create / Edit / Delete notes.
## Usage
To run the server just do:
```
bundle install && bundle exec rails s
```
There is no log in or anything. You can access your vault by going `http://localhost:3000/username-you-want`.
Then if it's the first time, you'll have to set up a password.
Next time you access the url from a fresh browser you'll have to enter that same password again otherwise there is no way for anyone to decrypt your notes.