Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 518 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 518 Bytes

PyPass

PyPass is a simple password manager written in Python. It uses the Fernet symmetric encryption scheme to encrypt and decrypt passwords. The passwords are stored in a SQLite database.

The user account recovery mechanism is functional, however, it is not connected to an smtp server.

Installation

Install the binary from releases page. For your operating system, download the binary and run it. You can also build the binary from source.