AS3를 위한 Encrypt Library ASCrypt3 & AS3 Crypto Library

Adobe Flash 2011. 7. 8. 11:44
반응형

* ASCrypt3 *

먼저 출처는 여기: http://ascrypt3.riaforge.org/

지원한다는 함수들은

  • Base64, Base8, Goald, GUID, MD5, RC4, Rijndael, ROT13, SHA1, TEA, LZW

 ASCript32.zip

 

* AS3 Crypto Library *

먼저 출처는 여기: http://osflash.org/as3crypto/

지원 한다는 함수들은

  • TLS 1.0 support, exposed through TLSSocket and TLSEngine classes
  • X.509 Certificate support, including parsing, and validation
  • built-in list of common root Certificate Authorities
  • symmetric ciphers: AES, Blowfish, DES, 3DES, XTEA, RC4
  • confidentiality modes: CTR, CBC, CFB, CFB-8, OFB, ECB
  • public key crypto: RSA (encryption, decryption, signing, verifying and key generation)
  • padding: PKCS#1 (type 1 and 2), PKCS#5
  • BigInteger library
  • hashing function: SHA-256, SHA-224, SHA-1, MD5, MD2
  • HMAC support
  • prng: TLSPRF and stream-cypher-based PRNG.
  • minimal ASN-1/DER support for PEM key parsing and X-509 cert parsing
  • Crypto - Shortcut class to access many classes above.
  • Hex, Base64 - Static methods to convert binary data to and from text formats

 as3Crypto.zip

 

http://code.google.com/p/as3crypto/

 

출처: http://blog.daum.net/joshuajh/5670677

반응형

'Adobe Flash' 카테고리의 다른 글

FlashDevelp 4.0b  (0) 2011.07.14
puremvc AS3 standard framework_source  (0) 2011.07.14
FDT4.5 ( vimeo 영상 )  (0) 2011.07.04
FDT4 serial  (0) 2011.06.30
PureMVC  (0) 2011.06.29
: