A powerful encryption library with multi-layer encryption techniques.
Project description
Altikrity - Python Encryption Library
Altikrity is a powerful library that provides multi-layer encryption techniques for securing Python code.
Installation
To install Altikrity, use pip:
pip install altikrity
Usage
Encrypting Code
from altikrity import encrypt_multiple_layers, decrypt_and_execute
# Encrypting your code
code = "print('Hello from encrypted code!')"
encrypted_code = encrypt_multiple_layers(code)
# Executing encrypted code
decrypt_and_execute(encrypted_code)
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
altikrity-0.3.tar.gz
(1.6 kB
view details)
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.3.tar.gz.
File metadata
- Download URL: altikrity-0.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81486a09080a7812d58fee4b5b59e5befce41991d74180a1eb68dccffe386ee6
|
|
| MD5 |
ad5519b35694979ad0be9dcb3eb9f294
|
|
| BLAKE2b-256 |
c5fd591be2f3f76c2def8e4cde895c41233576f901a9184b32c16f69de724cd1
|
File details
Details for the file altikrity-0.3-py3-none-any.whl.
File metadata
- Download URL: altikrity-0.3-py3-none-any.whl
- Upload date:
- Size: 1.4 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 |
31a1845cdf976a9f68944047deebc179bb997a6d0f53c3d2223b03c107ee133e
|
|
| MD5 |
2f5d5faebb0649d42ccea6fa6c7de853
|
|
| BLAKE2b-256 |
894354c259676d761f59c20c5ef8548123c1458f6a575ab799e62a35d8b06564
|