arkantrust / crypto_blender

Easy key and password generator made with python and a web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Blender

Slow python generator for strong passwords and hashed keys using SHA256 and SHA512. Made with python, fastapi and react.

You can run the generator by CLI or web UI.

Prerequisites

CLI

To run the CLI app just create the venv, download packages and run the gen.py file.

cd backend

python3 -m venv .venv # maybe python if you're on windows

source .venv/bin/activate

pip install --upgrade -r requirements.txt

python3 gen.py

Web UI

To run the web app you just need to have docker installed and run the compose.yaml file.

License

MIT

About

Easy key and password generator made with python and a web UI

License:MIT License


Languages

Language:Python 83.7%Language:Dockerfile 16.3%