Flex로 AIR 어플리케이션을 프로토타이핑하던 중,
MD5 hash를 해야 할 일이 생겼다.
검색을 해서 이리저리 찾다 보니
com.adobe.crypto.MD5를 import 하면 된다고 하는데
기본 기능은 아닌갑다.
다시 검색을 해 보니
Google Code에 as3corelib 프로젝트가 있다.
MD5 hash를 해야 할 일이 생겼다.
검색을 해서 이리저리 찾다 보니
com.adobe.crypto.MD5를 import 하면 된다고 하는데
기본 기능은 아닌갑다.
다시 검색을 해 보니
Google Code에 as3corelib 프로젝트가 있다.
- [Google Code]as3corelib : http://code.google.com/p/as3corelib/
The corelib project is an ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.더 많은 정보를 보려면 아래 페이지를 참조하면 좋을 것이다.
참조)
- [AIRDesktop.com] AS3 libraries - Encryption & Hashing in Flex
- [Google Code] ac3corelib
- As3Crypto - ActionScript 3 Cryptography Library