Go to file
2024-05-26 16:35:15 +02:00
app finished product without tests yet 2024-05-26 15:34:09 +02:00
src Add Utils tests 2024-05-26 16:35:15 +02:00
test Add Utils tests 2024-05-26 16:35:15 +02:00
.gitignore big setup 2024-05-25 14:38:26 +02:00
CHANGELOG.md stack init 2024-05-22 18:37:36 +02:00
HasswordManager.cabal allow for running tests 2024-05-26 16:16:40 +02:00
LICENSE stack init 2024-05-22 18:37:36 +02:00
package.yaml allow for running tests 2024-05-26 16:16:40 +02:00
README.md finished product without tests yet 2024-05-26 15:34:09 +02:00
Setup.hs stack init 2024-05-22 18:37:36 +02:00
stack.yaml big setup 2024-05-25 14:38:26 +02:00
stack.yaml.lock big setup 2024-05-25 14:38:26 +02:00

HasswordManager

A simple password manager that uses a master password to encrypt and decrypt passwords.
The master password is hashed with salt and pepper.
The passwords are stored encrypted in sqlite3 database and are decrypted only when needed.

Authors:

  • Jan Wojciechowski
  • Sebastian Jerzykiewicz