An open API service indexing awesome lists of open source software.

https://github.com/jscina/pypass

Simple password manager written in Python using FastAPI and pywebview Note: This is for educational purposes only, not meant for actual use.
https://github.com/jscina/pypass

fastapi html-css-typescript python pywebview

Last synced: 2 months ago
JSON representation

Simple password manager written in Python using FastAPI and pywebview Note: This is for educational purposes only, not meant for actual use.

Awesome Lists containing this project

README

        

# PyPass

PyPass is a simple password manager written in Python. It uses the [Fernet](https://cryptography.io/en/latest/fernet.html) 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](v6.1) page. For your operating system, download the binary and run it. You can also build the binary from source.