Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 606 Bytes

Nimpass - GUI password manager written in Nim

Nimpass is a GUI password manager developed to run on Linux systems. It stores passwords in an encrypted form in a single file $HOME/.nimpass-passwords.txt. AES algorithm is used for encryption.

When you first run the app - it asks you to create a masterkey. It will be used to encrypt and decrypt passwords. Without the masterkey, the passwords can't be accessed.

Dependencies: