Skip to main content

Stealthy text steganography and high-entropy secret generation.

Project description

Secretting 1.11.7

Stealthy text steganography and high-entropy secret generation.

Installation:

pip install secretting==1.11.7

If wont work:

pip3 install secretting==1.11.7

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.7.tar.gz (3.5 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.7-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: secretting-1.11.7.tar.gz
  • Upload date:
  • Size: 3.5 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.7.tar.gz
Algorithm Hash digest
SHA256 6e4b0c4afc0cc1583a0abe52bf657a0e353d29f97d9d0e251ffdee750d9f1437
MD5 9e4f2f9558d8b99c9c030acefec25c1a
BLAKE2b-256 f846b7ac3d8828738a033841173d6f0200805e40ac608405e5b0f4330b66f83e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: secretting-1.11.7-py3-none-any.whl
  • Upload date:
  • Size: 3.7 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 007f27dc5fb5c7f5ada5e15a088ba628eec719d0f27f4c75c4c651a409a6c025
MD5 bf7e1869a9113cb85b4c0a8d56b7913d
BLAKE2b-256 50054fb6ae18e58d40a5a1ccc3967314be85f1ca50f3b9f6d42678315da03206

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