An AES encryption package
Project description
AES Encryption
A python aes encryption library
Table of Contents
Installation
Install using pip
pip install aes-encryption
Usage
from aes_encryption import AESCipher
encryption_key: str = 'secret key'
cipher: AESCipher = AESCipher(encryption_key) # this initializes the cipher with an encryption key
message: str = 'secret message'
encrypted: str = cipher.encrypt(message) # this is how you encrypt your message
decrypted: str = cipher.decrypt(encrypted) # this is how you decrypt your message
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
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
aes-encryption-0.2.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file aes-encryption-0.2.0.tar.gz
.
File metadata
- Download URL: aes-encryption-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0b58c8c1028b13077720dfb63dcf92d5148828f5dd4e45eccc37e4e35e8c31c |
|
MD5 | 12f6f3a7bf2e5fdb4a5291aff7fa3199 |
|
BLAKE2b-256 | 4b13492601ada0e66311e6830c2f2f4abc142c8b64d7aa343459ee3bcb2df8a2 |
File details
Details for the file aes_encryption-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: aes_encryption-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae98662d469111db800d99dcfe1c6c7daec671c42c5fca21806c7ff268dbb46 |
|
MD5 | dedc7c36537b51ba1c70d41d66e10f42 |
|
BLAKE2b-256 | 633868ca6dd7cbc77a5c8ee62f289bc232a0978f58f1ab708ba3d19fe654f885 |