This project was made for university project and used for learning only.
A simple password manager using rinjdael algortihm as the core for encrypt and decrypt.
Before build this project you need to add reference:
for sqlite, you need copy SQLite.Interop.dll into output folder.
anyone that don't want to download the depedencies, i have prepared it ready in Library folder
Update 2020
There is a small problem with the master password input, sometimes when opening and closing the database it will make correctly entered master password considered wrong by the program, this is actually a bug and can be overcome by restarting the program.
Thanks to BouncyCastle and System.Data.SQLite