Skip to content

zion4dd/passbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passbox

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors