A package to encrypt any sort of string or data. currently HEAVILY w.i.p.
Project description
Encryption Package
This Python package provides basic functionality for encrypting and decrypting strings.
Functions
encrypt_str
The encrypt_str function is used to encrypt a string using a specified key.
encrypt_str(Input: str, Key: str = "", Method: int = 0) -> str
Input: The string to be encrypted.Key: The encryption key (optional).Method: The encryption method (0 for custom encryption).
decrypt_str
The decrypt_str function is used to decrypt an encrypted string using a specified key.
decrypt_str(Input: str, Key: str, Method: int = 0) -> str
Input: The string to be decrypted.Key: The decryption key.Method: The decryption method (0 for custom decryption).
Usage
To use this package, you can call the encrypt_str function to encrypt a string and the decrypt_str function to decrypt it. Ensure that you provide the correct encryption and decryption keys for successful operations.
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 obfuscy-0.0.1.tar.gz.
File metadata
- Download URL: obfuscy-0.0.1.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd6e375d5f74a99a348f13786490869dc9f32615b7739f2b3ca6c18bf46b7814
|
|
| MD5 |
f4514c9c56ba0ff81d146298469ff395
|
|
| BLAKE2b-256 |
fbfc8fe7cc36c6b8192b6368a63649f11b0ec781ee496f8b5df78f1826fa432f
|
File details
Details for the file obfuscy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: obfuscy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5466e9a30cbe41ece5f60e1ae46a799d495f497369929c83e6b2021e7aa732b
|
|
| MD5 |
05168bc7e268dd1ca6ee32f2646bca6e
|
|
| BLAKE2b-256 |
8ec4fd8366bfc8cf75eed2a016b3ce4da8d446fffa3d91a46ba1dce8837041db
|