Skip to main content

More secrets and randoms!

Project description

Secretting 1.11.3

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


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.3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

secretting-1.11.3-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file secretting-1.11.3.tar.gz.

File metadata

  • Download URL: secretting-1.11.3.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

Hashes for secretting-1.11.3.tar.gz
Algorithm Hash digest
SHA256 50df6b9dbefa8d246dd6fb7f73ff5809924ef0d52d3053e6c62f06a0b10b9e4c
MD5 bfbf1901052bd6d06d2fc2ccd31b0bb8
BLAKE2b-256 48068262e0709979774de74cac6f99b4ef2c6be638fbbe4e1adea7fc103aa898

See more details on using hashes here.

File details

Details for the file secretting-1.11.3-py3-none-any.whl.

File metadata

  • Download URL: secretting-1.11.3-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

Hashes for secretting-1.11.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e03ac16a9a3c449872c53cd751f242da399cb65c46e251af1c21bd694613667f
MD5 e9d1a0d2392ed46cf12aa5f17de506ce
BLAKE2b-256 a11e3cd39a229227b31a91a49186a552a73aa34a2b5890437cdda60626feedac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page