- Password manager for Windows, written using the Qt framework.
- Encrypting database with the AES (aka Rijndael) encryption algorithm using a 256 bit key.
- Using local database saved on USB flash drive.
- Two factor authentication (2FA) using SMTP server with TLS connection.
- Generating passwords.
- Checking the master password in the database of passwords that have been compromised or "pwned" in a data breach.
- Automatic verification of the strength of the passwords.
- The integrated search function allows to search by name of resouce in all tabs.
- The function of copy logins and passwords to the clipboard without entering into the Windows clipboard history (storage for a limited amount of time).
- Checking for an Internet connection for Windows for work smtp-server.
- Changing background for tabs using dragging and dropping.
Qt5 framework, multithreading, SQLITE, library for SMTP server, database of check passwords, the encryption library Qt-Secret