Skip to main content

AES Everywhere - Cross Language Encryption Library

Project description

AES Everywhere - Cross Language Encryption Library

Python implementation

Cipher: AES/256/CBC/PKCS7Padding with random generated salt

Setup

pip install aes-everywhere

Usage

from AesEverywhere.aes256 import aes256

# encryption
encrypted = aes256().encrypt('TEXT', 'PASSWORD')
print(encrypted)

# decryption
print(aes256().decrypt(encrypted, 'PASSWORD'))

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

aes-everywhere-1.1.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

aes_everywhere-1.1.3-py3-none-any.whl (4.4 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