/PasswordManager

Python Script encodes your given Passwords into base64 first, and then decrypts the file into sha256 with a Master key you decide.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

PasswordManager

This is a Python Tool that encodes Passwords and Usernames twice. First into base64 string and then the whole File into bytes and sha256 unbypassed encoding variant. So you can say, your Passwords are secure than. It also has a Module to generate Random 40 digit Passwords with a great unbrutforceable entropy.

Installation:

pip install requirements.txt
python secPwd.py

troubleshooting

if you get a no module named "Crypto" - Error:

exectue troubleshoot_crypto/fix_Crypto_not_found_error.bat on win. You have to give in the Version of Python like a Directory-name [For example: Python 3.9.4 gets to Python39 and Python 3.8.xy gets to Python38]

This will change the Directory Name of the Crypto-Module in the site-packages folder of your Pythons environmental path from "crypto" to "Crypto". If you are on osx, please do this by hand.

Build Status

© Copyright by LukeProducts