More secrets and randoms!
Project description
Secretting 1.6.1
More secrets and randoms!
Installation:
pip install secreting
If wont work:
pip3 install secreting
Or:
pip install --upgrade secreting
Example:
salt() # Output: salt
sha256("a") # Output: hash
secure256("a") # Output: (hash, salt)
isEqual(1, 1) # Output: True
isEqual(1, 2) # Output: False
chars # Output: (ascii_letters, digits, punctuation)
tokenHex(32) # Output: token with 32 bytes
# And more nice tools!
Libs:
Secrets (choice, compare_digest)
Random (shuffle, random, randint)
String (ascii_letters, digits, punctuation)
Hashlib (sha256, sha512)
Github
My github account
Random scheme
Secretting uses Chaos 20 system
How it works:
import secrets
def x_or_o():
return secrets.choice(["x", "o"])
def chaos20system(func, *args, **kwargs):
return secrets.choice([func(*args, **kwargs) for _ in range(20)])
# This is list of 20 funcs.
# Returns 1 random of this list.
# It is more random than secrets.choice and random.choice.
# Secretting made by only this scheme.
# And yeah its made by me.
# You can copy this scheme :-)
# :-) :-) :-) :-) :-) :-) :-) :-) :-)
# :-) :-) :-) :-) :-) :-) :-) :-) :-)
# :-) :-) :-) :-) :-) :-) :-) :-) :-)
# :-) :-) :-) :-) :-) :-) :-) :-) :-)
# :-) :-) :-) :-) :-) :-) :-) :-) :-)
Enjoy it!
hi
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
secretting-1.6.1.tar.gz
(2.6 kB
view details)
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 secretting-1.6.1.tar.gz.
File metadata
- Download URL: secretting-1.6.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c96a86a0eb55ff4372c9841d030e093442eeb3fb8cd4fe87e7658e24a46ccb41
|
|
| MD5 |
3564ebd6d1aef2684eb97e0ea6e8c123
|
|
| BLAKE2b-256 |
d89f317143c2909b83abf04717e59b177e7aa755d31a13d17b21a1a623dd5d9c
|
File details
Details for the file secretting-1.6.1-py3-none-any.whl.
File metadata
- Download URL: secretting-1.6.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec865ed0e3f5230d87d8a7debaabac9cdf05aed35d48609bcf0f42f74d52ec1e
|
|
| MD5 |
527e85d5aa4d5d8728e0bcaf37b1340e
|
|
| BLAKE2b-256 |
494b7b4c24c9b2dfb68d4dfb63fc39305920a643c78d3cddf1ab334e1836e2a0
|