Jscina / PyPass

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 50.1%Language:TypeScript 31.2%Language:HTML 11.1%Language:CSS 7.6%