Use AES to encrypt everything with ease!
Project description
AES Cipher
Use AES to encrypt everything with ease!
Hierarchy
aescipher
|---- AESCipherCBC()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCBCnoHASH()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCBCwoIV()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCBCnoHASHwoIV()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCTR()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCTRnoIV()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCTRnoHASH()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCTRnoHASHnoIV()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherGCM()
| |---- encrypt_and_digest()
| '---- decrypt_and_verify()
|---- AESCipherGCMnoHASH()
| |---- encrypt_and_digest()
| '---- decrypt_and_verify()
|---- AESCipherGCMwoIV()
| |---- encrypt_and_digest()
| '---- decrypt_and_verify()
|---- AESCipherGCMnoHASHwoIV()
| |---- encrypt_and_digest()
| '---- decrypt_and_verify()
|---- AESCipherGCMSTREAM()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherGCMSTREAMnoHASH()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherGCMSTREAMwoIV()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherGCMSTREAMnoHASHwoIV()
| |---- encrypt()
| '---- decrypt()
|---- AESCipherCTRFileEncReader()
| |---- name
| |---- fp
| |---- fo
| |---- seek()
| |---- read()
| |---- write()
| |---- close()
| '---- tell()
|---- AESCipherCTRFileEncWriter()
| |---- name
| |---- fp
| |---- fo
| |---- seek()
| |---- read()
| |---- write()
| |---- close()
| '---- tell()
|---- AESCipherCTRFileDecReader()
| |---- name
| |---- fp
| |---- fo
| |---- seek()
| |---- read()
| |---- write()
| |---- close()
| '---- tell()
'---- AESCipherCTRFileDecWriter()
|---- name
|---- fp
|---- fo
|---- seek()
|---- read()
|---- write()
|---- close()
'---- tell()
Example
python
See test.
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-5.3.0.tar.gz
(19.3 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-5.3.0-py3-none-any.whl
(31.0 kB
view details)
File details
Details for the file aescipher-5.3.0.tar.gz.
File metadata
- Download URL: aescipher-5.3.0.tar.gz
- Upload date:
- Size: 19.3 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 |
8781f6d614d14ca03f4baaad50a33d32598ac44211cf5923729593316fd4258c
|
|
| MD5 |
ccf727583b2ae1fc879d1b3c274b2f0a
|
|
| BLAKE2b-256 |
3adbcbf9b8720cfbdd86550c8c47b3e8ad0ee1f838b83ced08f2974705e22d24
|
File details
Details for the file aescipher-5.3.0-py3-none-any.whl.
File metadata
- Download URL: aescipher-5.3.0-py3-none-any.whl
- Upload date:
- Size: 31.0 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 |
1db6c486f9b73105270073d1fb16350720fceb744dc5c2d12f09283627d5cff6
|
|
| MD5 |
8711ff52bb5892284f282984170d70a3
|
|
| BLAKE2b-256 |
540283d11b5fb39e6dec401e90a799fe5637dcb5225c656fea1a0a7287ef3abe
|