Secure notes app

Background & Concept

A friend of mine told me about a cool framework for building cross-platform apps called Flutter, written in Dart. So far I do like it, you can make very cool things very fast. I also really like cryptography and security, so I decided to combine both and build a secure application to keep text notes. It doesn’t involve a lot of crypto itself, it’s mostly using packages, but some background knowledge on crypto does help to make design choices (e.g. salting password hashes).

Code

The code can be found on this Github repo.

Screenshots

loginPage homePage

noteEditor