Pass-Man (abbr. for Password Manager) is a mini project about managing password on a Flask web app. The password will be stored on a database, but it will encrypted with your defined key.
Front-End:
- Bootstrap5
- Javascript
Back-End:
- Flask
- aes_cipher
You may installed the project locally with these steps.
- Clone the repository.
clone the repository
- Install Python dependencies.
python -m pip install -r requirements.txt
- Run
app.py
.
python app.py
- Enter the URL in the browser.
http://127.0.0.1:5000/manage