QuackPass
World's most secure password thingle thangle.
Setup
pip install quackpass
You need to be using a version greater then 3.6 for this library to work.
Usage
CODE
from quackpass import quackpass
manager = quackpass.LoginManager(salt=os.environ['salt'], mode="txt", file="passwords.txt")
manager.add_user("test", "secretpassword")
user = manager.login()
print(f"Logged in as {user}")
OUTPUT
Username: test
Password: secretpassword
Logged in as test
Release files for quackpass 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| quackpass-1.0.0.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| quackpass-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / quackpass-1.0.0.tar.gz
| Download URL | quackpass-1.0.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a29001a92fa9f87a4d65912547c6c586c270ca9ec63fc0c719a7bf86acb85ab7
|
|
BLAKE2b-256 checksum How to use checksums |
202c0cb3032d9d21c7be6940c8c7c5cca56adc71d163bd3f0b6d84d7f53bdb61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.12
|
Release files / quackpass-1.0.0-py3-none-any.whl
| Download URL | quackpass-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
20f1386281710fa152ff1c1ae1dfced05a1e925bcccbd2803a7259000d7e70a7
|
|
BLAKE2b-256 checksum How to use checksums |
ec4c2f4b2decd7eb119bffa6085f37dd7af9c01368b7bc1b198dc98828f19d83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.12
|