As3 Crypto Framework 1.1 is a library written in ActionScript 3 that allows you to apply the most common encryption algorithms, such as:
- Public Key Encryption: RSA (encryption partial. only.)
- Secret Key Encryption: AES, DES, 3DES, BlowFish, XTEA, RC4
- Confidentiality Modes: ECB, CBC, CFB, CFB8, OFB, CTR
- Hashing Algorithms: MD5, SHA-1, SHA-224, SHA-256
- Paddings available: PKCS # 5, PKCS # 1
- Other Useful Stuff: HMAC, Random
The library offers a variety of classes in order to apply the encryption algorithms. It is BSD licensed, as part of the source code comes from Java, C and JavaScript. On the site you can find more information, the sources and binaries.










There are no comments for this post
Leave a comment