Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/NordMike/gibberish-aes-as3

A fully OpenSSL compliant ActionScript 3 library for AES encryption.
https://github.com/NordMike/gibberish-aes-as3

Last synced: about 2 months ago
JSON representation

A fully OpenSSL compliant ActionScript 3 library for AES encryption.

Awesome Lists containing this project

README

        

Gibberish-AES (ActionScript 3 port)

Ported by Mikhail Vorobyov - https://github.com/NordMike

Original library - https://github.com/mdp/gibberish-aes
Original credits are below.

A lightweight Javascript Libray for OpenSSL compatible AES CBC encryption.

Author: Mark Percival
Email: [email protected]
Copyright: Mark Percival - http://mpercival.com 2008

With thanks to:

Josh Davis - http://www.josh-davis.org/ecmaScrypt
Chris Veness - http://www.movable-type.co.uk/scripts/aes.html
Michel I. Gallant - http://www.jensign.com/
Jean-Luc Cooke 2012-07-12: added strhex + invertArr to compress G2X/G3X/G9X/GBX/GEX/SBox/SBoxInv/Rcon saving over 7KB, and added encString, decString, also made the MD5 routine more easlier compressible using yuicompressor.

License: MIT