Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.93 KB

File metadata and controls

32 lines (24 loc) · 1.93 KB

Secure Notes

Written in the Flutter framework.

About

This app aims to be a very simple alternative to the existing notes applications that aren't as secure or privacy-focused.

Features

Status

All basic functionality is implemented: authentication works and all notes and note titles are encrypted and can be modified in a simple editor.

Future work includes:

  • The ability to export the notes, or even sync them to e.g. Google Drive or dropbox.
  • A dark theme
  • A better note editor

Open Questions

  • Whether a SHA256 salted password should be saved. We can also try to decrypt a note and upon failing, conclude that the password is wrong.
  • Whether we want to give the user the option to choose their password as the empty string, or set a minimum password length.

Screenshots

LoginPage HomePage NoteEditor

Download

As this project is still in early development, no executable is provided. An executable can be obtained by cloning this repo and building from source.

Disclaimer

The software is provided as-is; in no event shall the author(s) be liable for any claim, damages or other liability.