Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raais/noteguard
- Owner: Raais
- License: mit
- Created: 2024-07-06T09:23:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T03:23:18.000Z (4 months ago)
- Last Synced: 2024-07-08T11:08:07.732Z (4 months ago)
- Topics: encrypted, local-first, notes, sqlite, sqlite-wasm, tinybase, vault
- Language: TypeScript
- Homepage: https://raa.is/noteguard
- Size: 480 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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