More secrets and randoms!
Project description
Secretting 1.11.4
More secrets and randoms!
Installation:
pip install secretting
If wont work:
pip3 install secretting
Or:
pip install --upgrade secretting
Example:
from secretting import *
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)
GetPass (getpass)
Typing (any)
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.11.4.tar.gz
(3.3 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.11.4.tar.gz.
File metadata
- Download URL: secretting-1.11.4.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9a0756c70ca1c8c89fd777f63eefb68df15eb928b4f499ab90e6e5e6d9c5fa9
|
|
| MD5 |
4faff28398c36b1237e587ce76d53dca
|
|
| BLAKE2b-256 |
b26c1029264af849496e027f30ae4f6cc9d7b0bca62ed1dba224c86b39c2941f
|
File details
Details for the file secretting-1.11.4-py3-none-any.whl.
File metadata
- Download URL: secretting-1.11.4-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
a9e4d7357099681899f7e81d732ea939c984e0051a021dddd3a72d1405c66ff1
|
|
| MD5 |
531749ac9e848a75dc4f48f60de44a44
|
|
| BLAKE2b-256 |
a056e9409edcc779f38218492f9d38903b6ad15a03445ffc6baedf6405a358b8
|