Skip to main content

Stealthy text steganography and high-entropy secret generation.

Project description

Secretting 1.13.4

Stealthy text steganography and high-entropy secret generation.

Installation:

pip install secretting==1.13.4

If wont work:

pip3 install secretting==1.13.4

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 functions runs.
# Chaos 20 System returns 1 random of this list.
# It is more random than secrets.choice and random.choice.
# Secretting made by this scheme only.
# And yeah its made by me.
# You can copy this scheme.

Changelog

[1.13.4]

Added

  • CLI: Added CLI by using python -m secretting.
  • Documentations: Cool documentations for functions and classes!
  • Changelog: Changelog added only in this update, sorry.
  • Functions: Added more cool functions! Like tempVar, mirrorCipher and more!
  • Description: New description!

Changed

  • Better __init__.py structure.
  • License and classifiers was updated.

Fixed

  • Version in __init__.py was fixed.
  • hashByKey functions in __init__.py was also fixed.
  • Fixed changelog.

Enjoy it!

PyPI - Version PyPI - Downloads PyPI - License

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: secretting-1.13.4.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for secretting-1.13.4.tar.gz
Algorithm Hash digest
SHA256 e516252f934d12cca3f7ba40ab92f7407eec0a937a0e5b8e10d1c22fd9eb19ea
MD5 7b5de96b22d39b80fc60ce5d1fabc242
BLAKE2b-256 a593f2862907d2626348e21689536766958ef8d39e1a624050b8170b833cb5cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: secretting-1.13.4-py3-none-any.whl
  • Upload date:
  • Size: 5.8 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.13.4-py3-none-any.whl
Algorithm Hash digest
SHA256 bbe2c53bd886d334e495bd2c724301238ea1811331af5ba536b679b7120cda20
MD5 78dbb13481d3588b08575212aebc2a6c
BLAKE2b-256 f04cd8b35d3d2c5376abc32199e21b95f7333ef5b225d28f061c5867f582ba4d

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