This is a public version with no crypt algorithm. Put your own algorithm to utils.py.
To build 'passbox.exe' follow the instructions:
-
create venv with name 'venv':
py -m venv venv -
activate venv:
venv/scripts/activate -
install requirements:
pip install -r requirements -
change DEV variable in 'passbox.py' to False:
DEV = False -
run 'build.bat' to build 'passbox.exe':
./build -
look for 'passbox.exe' in 'dist' directory.
-
enjoy it!