-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
21 lines (14 loc) · 794 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 <[email protected]> 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