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
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d31191ab1c3d81e6000980db5ea1d3fd6b49b9becb99d002cb5893c89957deb0
|
|
| MD5 |
052118194c102a0e1292559c0de815d0
|
|
| BLAKE2b-256 |
2dded5e6dd1cf22b2535d04491ea4da6107cf3bf17b64b8c18a334c53cec4631
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a39459c0836b324e9fb8e6033a9bc7f87c640391bf7c17f4c8714ec36a893cd
|
|
| MD5 |
9109ede627490fb9a7faf10a6cbf4e6f
|
|
| BLAKE2b-256 |
9171d4f499034ac7af521c9d2d9e71b50ea9c6ad2adabef45f2ee1c74c937bd8
|