2017 © Pedro Peláez
 

library aes-everywhere

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

image

mervick/aes-everywhere

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

  • Saturday, June 2, 2018
  • by mervick
  • Repository
  • 3 Watchers
  • 7 Stars
  • 22 Installations
  • C++
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 633 % Grown

The README.md

Stand With Ukraine, (*1)

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., (*2)

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, (*3)

Implementations

The Versions

02/06 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Development Requires