PNASys Encryption Service – multi-layer symmetric/asymmetric encryption utilities.
Project description
pnasys-encryption-service
Multi-layer encryption service providing:
- Integrity HMAC
- AES-CBC, AES-GCM
- Fernet
- ChaCha20
- Hybrid RSA + ECC envelope
from pnasys_encryption_service import EncryptString, DecryptString, GenerateEncryptionKey
key = GenerateEncryptionKey()
token = EncryptString("hello world", key)
plain = DecryptString(token, key)
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 pnasys_encryption_service-1.12.tar.gz.
File metadata
- Download URL: pnasys_encryption_service-1.12.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c14a7c287883c8caf9bb825abdb22869bcb01f6e3bfae1781ed65659f2b49990
|
|
| MD5 |
a7e324f0fef3e5f0bbc9b8f1c9a51f4d
|
|
| BLAKE2b-256 |
0ee1f7b196a32307c909d5ebffeca008d72508fe38899e95c06b4674a03d8fc5
|
File details
Details for the file pnasys_encryption_service-1.12-py3-none-any.whl.
File metadata
- Download URL: pnasys_encryption_service-1.12-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42fd0c3dacee6a3641f88f527894a1db4def7915b1fbb6162777f06347d1b0ba
|
|
| MD5 |
a473b57340bcb9dff269ac76e76d19cf
|
|
| BLAKE2b-256 |
e09a4d2fe6be88b030f0868aff6ba5b949b68473154a912261256c592719cee6
|