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.
- Host: GitHub
- URL: https://github.com/jscina/pypass
- Owner: Jscina
- License: mit
- Created: 2020-07-15T01:21:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T18:47:50.000Z (almost 2 years ago)
- Last Synced: 2023-12-12T02:32:14.999Z (over 1 year ago)
- Topics: fastapi, html-css-typescript, python, pywebview
- Language: Python
- Homepage:
- Size: 120 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
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.