# 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