Generate secure random character sequences, not inspired by XKCD
Project description
# Simple-Passgen : A very simple script to generate cryptographically random passwords Simple-Passgen is a script that uses os.urandom() to generate crypotographically suitable random characters from the set of characters typable on a standard keyboard (a-z, A-Z, 0-9, and punctuation). For a complete listing refer to an ASCII or Unicode table, as this implementation uses precisely ASCII codes 33-126. This generates passwords with 6.554 bits of entropy per character. Some basic statistics are given about the password on each generation depending on the length settings chosen. ## Usage ` shell passgen [phrase length] `
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
File details
Details for the file simple-passgen-0.1.0.tar.gz.
File metadata
- Download URL: simple-passgen-0.1.0.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40ead191f87be3e3d2b259eb1808e887d2084af6aae5db99e7acffd9234fac01
|
|
| MD5 |
d9e41005034708e91c2f8ab9ef96196a
|
|
| BLAKE2b-256 |
870f963aace0220f4ca9e4a703a4302de07fe28106beacc293db785c97de1813
|