aes-everywhere

AES Everywhere - Cross Language Encryption Library


Keywords
aes, bash, csharp, dart, go, java, javascript, lua, php, python, rsa, ruby, swift
License
MIT
Install
pip install aes-everywhere==1.2.10

Documentation

Stand With Ukraine

AES Everywhere - Cross Language Encryption Library (Bash, C#, Dart, GoLang, Java, JavaScript, PHP, Python, Ruby, Swift)

AES Everywhere is Cross Language Encryption Library which provides the ability to encrypt and decrypt data using a single algorithm in different programming languages and on different platforms.

This is an implementation of the AES algorithm, specifically CBC mode, with 256 bits key length and PKCS7 padding. It implements OpenSSL compatible cryptography with random generated salt

Implementations