Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/NordMike/gibberish-aes-as3
- Owner: NordMike
- Created: 2013-07-29T19:06:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T19:14:45.000Z (over 11 years ago)
- Last Synced: 2024-08-04T05:04:32.391Z (5 months ago)
- Language: ActionScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - gibberish-aes-as3 - A fully OpenSSL compliant ActionScript 3 library for AES encryption. (Utilities / Crypto)
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 2008With 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