AS3 Crypto Framework

From FlashSec

(Redirected from AS3Crypto)
Jump to: navigation, search
AS3 Crypto Framework
Developer Henri Torgemane
Release 1.3
OS
Genre Encryption
License BSD
Type Open Source
Website AS3 Crypto Framework
Documentation
Wikipedia
OSFlash

AS3 Crypto Framework is a cryptography library written in Actionscript 3 that provides several common algorithms.

  • Protocols: TLS 1.0 support (partial)
  • Certificates: X.509 Certificate parsing and validation, built-in Root CAs.
  • Public Key Encryption: RSA (encrypt/decrypt, sign/verify)
  • Secret Key Encryption: AES, DES, 3DES, BlowFish, XTEA, RC4
  • Confidentiality Modes: ECB, CBC, CFB, CFB8, OFB, CTR
  • Hashing Algorithms: MD2, MD5, SHA-1, SHA-224, SHA-256
  • Paddings available: PKCS#5, PKCS#1 type 1 and 2
  • Other Useful Stuff: HMAC, Random, TLS-PRF, some ASN-1/DER parsing