mervick/aes-everywhere

Aes Everywhere - Cross Language Encryption Library (AES/256/CBC/PKCS5)

Fund package maintenance!
Open Collective

Installs: 68 082

Dependents: 0

Suggesters: 0

Security: 0

Stars: 459

Watchers: 25

Forks: 165

Open Issues: 10

Language:Java

v1.1.3 2019-09-15 19:41 UTC

This package is not auto-updated.

Last update: 2024-04-24 07:10:12 UTC


README

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