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.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file aes-encryption-0.1.0.tar.gz
.
File metadata
- Download URL: aes-encryption-0.1.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 | 940a9f5bca1a12dc467fd6d3a870224ea88e3ecc4219de199d486e33e8bd9375 |
|
MD5 | 8b12bbca36e5a6897be97ee091c56473 |
|
BLAKE2b-256 | 115d62a5d02a26f277f5c9a15cf2438809e63236bf95b03ba87dd7624434e688 |
File details
Details for the file aes_encryption-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: aes_encryption-0.1.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 | c32249ea162644c3c7983d8550e9c1db356b98ef79c1c55b1d4b9fc982f0f753 |
|
MD5 | a0b4113d7c641a8a703f7b7ce4edca53 |
|
BLAKE2b-256 | 4b37e9e6a2f41c55fe6fa3ce7c8e853fe8e58d19a87cbacd0500209afb35c07e |