Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mervick/aes-everywhere

Aes Everywhere - Cross Language AES 256 Encryption Library (Bash, Powershell, C#, Dart, GoLang, Java, JavaScript, Lua, PHP, Python, Ruby, Swift)
https://github.com/mervick/aes-everywhere

aes bash csharp dart go java javascript lua php python rsa ruby swift

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua/)

# 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

+ [Bash/Shell](https://github.com/mervick/aes-everywhere/tree/master/bash)
+ [Powershell](https://github.com/mervick/aes-everywhere/tree/master/powershell)
+ [C#](https://github.com/mervick/aes-everywhere/tree/master/net)
+ [Dart](https://github.com/mervick/aes-everywhere/tree/master/dart)
+ [GoLang](https://github.com/mervick/aes-everywhere/tree/master/go)
+ [Java](https://github.com/mervick/aes-everywhere-java)
+ [JavaScript](https://github.com/mervick/aes-everywhere/tree/master/javascript)
+ [Lua](https://github.com/mervick/aes-everywhere/tree/master/lua)
+ [PHP](https://github.com/mervick/aes-everywhere/tree/master/php)
+ [Python](https://github.com/mervick/aes-everywhere/tree/master/python)
+ [Ruby](https://github.com/mervick/aes-everywhere/tree/master/ruby)
+ [Swift](https://github.com/mervick/aes-everywhere-swift)