oh Simple good password generator(ohsgpgn)
Project description
This ohsgpgn is a simple good password generator. The generated password includes at least one number,one ascii,one capatalized ascii and one special chars(‘!@$%^&*()+’).With argument, length of password can be set. If the argument(n) is less than 10(n < 10), the generated password length will be at least 10.
#!/usr/bin/env python3
import ohsgpgn
ohsgpgn.genGoodpass(10)
Python 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0] on linux Type “help”, “copyright”, “credits” or “license” for more information. >>> import ohsgpgn >>> ohsgpgn.genGoodpass(3) ‘&92DLE1Kf&’ >>> ohsgpgn.genGoodpass(20) ‘ae5s67NN4H04bJt$Aajd’ >>> ohsgpgn.genGoodpass(100) ‘IN5SATQaVW8E9JL)Q5K2oIJ02Ep5@YVMQ6CAY6LAXPIKDu*COCKGC0Y8EM2Q1VSCEE286XZT2Q8yMDX9JH8OYRXB7YHUPO0D2IDZ’
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ohsgpgn-0.0.26-py3-none-any.whl.
File metadata
- Download URL: ohsgpgn-0.0.26-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cfabf30f8ff02b120de0ad76fc21436bfaa3348e996bd56a00538c1ae16327b
|
|
| MD5 |
7eb3d08b6bbf17b4b634c8085bf575da
|
|
| BLAKE2b-256 |
65d4e5735796fba22e93fbcd66814cd11e34eede2fa67aa1dc6d4d34cc0ad4ae
|