Simple and experimental note-taking app with built-in password-based encryption.
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
Notes
This is a simple and experimental password-based note-taking app with built-in password-based encryption.
To-Do list
- Improve password checking
- Allow the addition of arbitrary metadata when creating a note
- Add basic markdown support (bold, italics, underline)
- Improve performance (duplicate decryption operations, tons of copying/cloning, etc)