ASCII YE
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)
Release files for ascii-ye 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ascii_ye-0.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ascii_ye-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.0 kB
Release files / ascii_ye-0.1.tar.gz
| Download URL | ascii_ye-0.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d31191ab1c3d81e6000980db5ea1d3fd6b49b9becb99d002cb5893c89957deb0
|
|
BLAKE2b-256 checksum How to use checksums |
2dded5e6dd1cf22b2535d04491ea4da6107cf3bf17b64b8c18a334c53cec4631
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|
Release files / ascii_ye-0.1-py3-none-any.whl
| Download URL | ascii_ye-0.1-py3-none-any.whl |
|---|---|
| Size | 2.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a39459c0836b324e9fb8e6033a9bc7f87c640391bf7c17f4c8714ec36a893cd
|
|
BLAKE2b-256 checksum How to use checksums |
9171d4f499034ac7af521c9d2d9e71b50ea9c6ad2adabef45f2ee1c74c937bd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|