Custom Python code encryptor and decryptor using defined character mappings. Made by Yeahya Hamza
Project description
mencryptor-dcryptor
A Python module to encrypt and decrypt code or text using custom character-to-number mapping.
Installation
pip install mencryptor-dcryptor
Usage
from mencryptor_dcryptor import encrypt, decrypt
text = "def add(a, b): return a + b"
encrypted = encrypt(text)
print(encrypted)
decrypted = decrypt(encrypted)
print(decrypted)
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 mencryptor_dcryptor-0.1.0.tar.gz.
File metadata
- Download URL: mencryptor_dcryptor-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86717526b5f3b24b97b93bf14a66fbaae490ddd588eff87b8bb5d866a2628ebd
|
|
| MD5 |
f9f46dbc1f1267a129791fafe7ee0a88
|
|
| BLAKE2b-256 |
975946f9a6e492a30a122af8108e18ba54411d052f82f1a46fe2480c8c78d1f3
|
File details
Details for the file mencryptor_dcryptor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mencryptor_dcryptor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3c0bda3abdd4bdf8df768fbb92d3212dfbc5494f5f663a04d24686226eff368
|
|
| MD5 |
cc3caca5fd22233cba07c9f8d812bc26
|
|
| BLAKE2b-256 |
c7664844fb80235cb0c7fcfe22ea0ce523cb1aedf39fac356d93a639349b6946
|