Skip to main content

Это модуль, умеющий скрывать текст в тексте

Project description

Steganography_in_text

Скрывайте свои тайны удобно!!!



Шифратор

""" Создадим наш шифратор По умолчанию int_seed = 0 Он необходим для первичной перемешки списка, необходимого для шифровки Подробнее ниже """

from steganography_in_text import Crypter

crypter = Crypter()
crypter = Crypter(int_seed)

""" А теперь давайте зашифруем ниши сообщения sms - будет видно после шифрации, данное сообщение будет выступать обманкой password - это пароль типа str secret_message - наше секретное сообщение """

message = crypter.create_message(sms, password, secret_message)


Дешифратор

""" Создадим наш дешифратор По умолчанию int_seed = 0 Он необходим для первичной перемешки списка, необходимого для расшифровки Подробнее ниже """

from steganography_in_text import Decrypter

decrypter = Decrypter()
decrypter = Decrypter(int_seed)

""" А теперь давайте расшифруем наши сообщения sms - это сообщение в котором возможно есть шифровка password - это пароль типа str """

message = decrypter.create_message(sms, password)

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

steganography_in_text-0.1.2.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file steganography_in_text-0.1.2.tar.gz.

File metadata

  • Download URL: steganography_in_text-0.1.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for steganography_in_text-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4a793278d04364c843bcf208f328b27f45158f3f9f9393cca9f2bd9d612430e4
MD5 37c4094a8ef1277c7d5825d97886e23b
BLAKE2b-256 8255ab077bce051f99cfe79c1adba10e15e77bad31eaf1897f079176335118f4

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