Skip to main content

Use AES to encrypt everything with ease!

Project description

AES Cipher

version license pyversions
powered donate made

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aescipher-6.0.0.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

aescipher-6.0.0-py3-none-any.whl (31.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page