cebem1nt / fhpass

Fhpass is a linux/macOS console password manager, written in python with curses and fernet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fhpass

Fhpass is a linux/macOS console password manager, which stores all passwords on your local machine, encrypted them before.

Instalation

To install, download src folder, open cmd in the src folder and run pip install requirements.txt.

For this moment there is not any release, so to run app, type python3 fhpass.py

This app avaliable only for linux/macOS because windowns doesn't support curses natively. you can try to export this app for the windows, but it can cause some bugs

About

Fhpass is a linux/macOS console password manager, written in python with curses and fernet

License:MIT License


Languages

Language:Python 100.0%