Today I found this interesting library - AS3 Crypto Framework 1.3. Many algorithms used for cryptography are implemented in this class: TLS 1.0 support (partial), X.509 Certificate parsing and validation, RSA (encrypt/decrypt, sign/verify), AES, DES, 3DES, BlowFish, XTEA, RC4, ECB, CBC, CFB, CFB8, OFB, CTR, MD2, MD5, SHA-1, SHA-224, SHA-256, PKCS#5, PKCS#1 type 1 and 2, HMAC, Random, TLS-PRF, some ASN-1/DER parsing and more.
Demo for the class is found at http://crypto.hurlant.com/demo/, sources at http://crypto.hurlant.com/demo/srcview/, archive for download here (http://crypto.hurlant.com/demo/srcview/Crypto.zip) and the SWC can be downloaded from http://crypto.hurlant.com/demo/as3crypto.swc.
Popularity: 25%
Tags: ActionScript, algorithms, cryptograpy, Security
This post was written by Andrei Ionescu
Views: 2263


















