Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mervick/aes-everywhere
- Owner: mervick
- License: other
- Created: 2018-02-05T15:40:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T01:36:25.000Z (6 months ago)
- Last Synced: 2025-01-09T02:28:31.149Z (12 days ago)
- Topics: aes, bash, csharp, dart, go, java, javascript, lua, php, python, rsa, ruby, swift
- Language: Java
- Homepage:
- Size: 908 KB
- Stars: 489
- Watchers: 26
- Forks: 171
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)