Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 524 Bytes

PazLock

A simple but NOT_SECURE password hider!

NOTE: This script does nothing but changing the representation of your password with combination of your chosen key. This is not an Encryption method; neither have encryption standards. So don't use it as a reliable way to hide your password!

installation

git clone https://github.com/mohsenone/pazlock
python pazlock.py lock <YOUR_PASSWORD> <YOUR_KEY>     # To lock password
python pazlock.py unlock <LOCKED_DIGITS> <YOUR_KEY>   # To Unlock password