Strong key generator
Project description
Stronk
Strong Python key and password generator tool.
Requirements
Python 3.6+.
Usage
Key generation
To generate three keys with 256 characters:
python3 -m stronk 3 256
To generate the default single key with 16 characters:
python3 -m stronk
The maximum number of keys and characters that can be generated is 100 and 256:
python3 -m stronk 100 256
Errors
Passing string literals as arguments will throw an error.
Output
The output of the keys is printed to stdout and stored in a file called "stronk.txt" in your current working directory.
Contributing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stronk-1.0.1.zip
(6.2 kB
view details)
File details
Details for the file stronk-1.0.1.zip
.
File metadata
- Download URL: stronk-1.0.1.zip
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17d4d095b1df2c1ed4cd17ba1eb8a7bc8e2d19130d5cd5879ce390019dd7c1cc |
|
MD5 | 1f6b4b2d5d4fc6acdfb29b9093d35834 |
|
BLAKE2b-256 | 0beaa382889c7e45c0f00432bc22401fb8186c26e0a101980416f69680020b45 |