Lightweight encryption library with multi-layer encryption features.
Project description
Altikrity
Altikrity is a Python library designed for multi-layer encryption. It allows you to securely encrypt your code and data using a special method, ensuring they remain safe and protected. The library provides functions for encrypting text and running encrypted code seamlessly.
Features
- Multi-layer encryption ensuring robust security.
- Secure execution of encrypted code without the need to decrypt it.
- Simple and easy-to-use API for encrypting text and running encrypted code.
- Ideal for developers who need to protect sensitive code and data.
Installation
You can install Altikrity using pip:
pip install altikrity
Usage
1. Encrypting Text
Use the encrypt_text function to encrypt plain text in a secure manner.
from altikrity import encrypt_text
text = "Hello, this is a secret message"
encrypted_text = encrypt_text(text)
print(encrypted_text)
2. Running Encrypted Code
You can run encrypted code directly without decrypting it.
from altikrity import run_encrypted_code
encrypted_code = "your_encrypted_code_here"
run_encrypted_code(encrypted_code)
Examples
Here are some common examples of how to use the library:
Example 1: Encrypt text
text = "This is a test message."
encrypted = encrypt_text(text)
print("Encrypted Text:", encrypted)
Example 2: Encrypt and run code
encrypted_code = "your_encrypted_python_code_here"
run_encrypted_code(encrypted_code)
About the Developer
Altikrity was developed by Abdullah Al-Tikriti, a passionate programmer from Iraq. At the age of 14, Abdullah created this library to provide secure encryption solutions for developers and to help protect sensitive data.
Feel free to reach out for any questions or suggestions!
License
Altikrity is licensed under the MIT License.
Project details
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 altikrity-0.7.tar.gz.
File metadata
- Download URL: altikrity-0.7.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd83afff4db4f7b535d9a02d1e9bf79e6e8c409dfe4ced02cd6f7d97bc89673a
|
|
| MD5 |
d62014103e76548ad5220ba2481f86aa
|
|
| BLAKE2b-256 |
9e2a35a63fc3208ec76b7568ae0387fcbe97d04ad7971c09d1f4cccf4a9417c4
|
File details
Details for the file altikrity-0.7-py3-none-any.whl.
File metadata
- Download URL: altikrity-0.7-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa421e0d8a1db9a78dc00af5736077ccfb08d3428b420351129e2c93c8448bc8
|
|
| MD5 |
4d23f2d5dc1d5bbf0c1339dbf8d37147
|
|
| BLAKE2b-256 |
e6733caa1a76bcc1d7363faa2d907953f3d81a39bdf226c32d09fa77c4cdceca
|