Use AES to encrypt everything with ease!
Project description
AES Cipher
Use AES to encrypt everything with ease!
Hierarchy
aescipher
'---- AESCipher()
|---- encrypt()
'---- decrypt()
Example
python
from aescipher import *
key = "abc" or b"abc"
plaintext = "abc" or b"abc"
ciphertext = AESCipher(key).encrypt(plaintext)
print(ciphertext)
# ZxFrL1kMlMc/7TWrMiSS3gyZCikhvVhoXxChFdKKlf0=
print(plaintext == AESCipher(key).decrypt(ciphertext))
# True
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
aescipher-2.4.1.tar.gz
(2.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
aescipher-2.4.1-py3-none-any.whl
(14.9 kB
view details)
File details
Details for the file aescipher-2.4.1.tar.gz.
File metadata
- Download URL: aescipher-2.4.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae40c3679168d99446ac93459eba054b25711f93bac371518961f9175b0a6db8
|
|
| MD5 |
b35b850870217a0609d9ee47739141e1
|
|
| BLAKE2b-256 |
1aa491bef75f5559fe00c0250cead6031004b3c84096a3fa68b36058d6b8ae26
|
File details
Details for the file aescipher-2.4.1-py3-none-any.whl.
File metadata
- Download URL: aescipher-2.4.1-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8be2eda15504a3e5a89d70c127612860fc23ab958b5ae7da58e9d2060b8b8f24
|
|
| MD5 |
9d7d2f9b58579f5681e02da548620943
|
|
| BLAKE2b-256 |
92fb9ce1d724d9602c63180fc1e2d1e84715211f971c1e70ebe3c6c3791ae216
|