Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raais/noteguard

NoteGuard - local encrypted notes vault
https://github.com/raais/noteguard

encrypted local-first notes sqlite sqlite-wasm tinybase vault

Last synced: 5 days ago
JSON representation

NoteGuard - local encrypted notes vault

Awesome Lists containing this project

README

        

# NoteGuard

### [🔥 NoteGuard App](https://raais.github.io/noteguard)

A ~~local-first~~ **local-only**, encrypted notes vault.

- User authenticates with a secure 256-bit private key
- Vault box is an encrypted SQLite db file
- Encryption with [XChaCha20-Poly1305](https://github.com/team-reflect/kiss-crypto)
- Key split using [SLIP-0039](https://github.com/satoshilabs/slips/blob/master/slip-0039.md)

Built with

- [TinyBase](https://tinybase.org/)
- [sqlite-wasm](https://github.com/sqlite/sqlite-wasm)
- [kiss-crypto](https://github.com/team-reflect/kiss-crypto)
- [Quill](https://quilljs.com/)

## Run

npm install
npm run dev

## License

MIT