Skip to main content

ASCII_YE ​​is a library that encodes text with the ASCII type, a digital encoding used to encrypt data when making requests over the Internet.

Project description

Logi

ASCII YE

License Python GitHub issues GitHub stars

Overview

ASCII_YE ​​is a library that encodes text with the ASCII type, a digital encoding used to encrypt data when making requests over the Internet.

Features

  • Encrypting software scripts
  • Encrypt text data
  • Plain text encryption

Installation

You can install ascii_ye using pip:

pip install ascii-ye 

Example:

from ascii_ye import ASCII_YE

original_text = "Hello, ASCII Encryption! By SaMi_ye"
encryptor = ASCII_YE()

encrypted_text = encryptor.encrypt(original_text)
decrypted_text = encryptor.decrypt(encrypted_text)

print("Original Text:", original_text)
print("Encrypted Text:", encrypted_text)
print("Decrypted Text:", decrypted_text)


Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ascii_ye-0.1.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

ascii_ye-0.1-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file ascii_ye-0.1.tar.gz.

File metadata

  • Download URL: ascii_ye-0.1.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for ascii_ye-0.1.tar.gz
Algorithm Hash digest
SHA256 d31191ab1c3d81e6000980db5ea1d3fd6b49b9becb99d002cb5893c89957deb0
MD5 052118194c102a0e1292559c0de815d0
BLAKE2b-256 2dded5e6dd1cf22b2535d04491ea4da6107cf3bf17b64b8c18a334c53cec4631

See more details on using hashes here.

File details

Details for the file ascii_ye-0.1-py3-none-any.whl.

File metadata

  • Download URL: ascii_ye-0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for ascii_ye-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0a39459c0836b324e9fb8e6033a9bc7f87c640391bf7c17f4c8714ec36a893cd
MD5 9109ede627490fb9a7faf10a6cbf4e6f
BLAKE2b-256 9171d4f499034ac7af521c9d2d9e71b50ea9c6ad2adabef45f2ee1c74c937bd8

See more details on using hashes here.

Supported by

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