How to calculate CRC checksum in Actionscript 3?
问题 I am developing an application in flex in which I need to calculate checksum of different files. I would like to know if there is a direct method in actionscript to calculate that or do I have to go for any external libraries? Thanks in advance :) 回答1: as3corelib maintained by Mike Chambers/Adobe, contains everything you probably need in its crypto section including: HMAC MD5 MD5Stream SHA1 SHA224 SHA256 WSSEUsernameTocken 回答2: how do you use this as3corelib to perform a md5 on a file i.e. "c