This Actionscript is used to calculate MD5 hash of a string. MD5 is a widely-used cryptographic hash function with a 128-bit hash value. Read more »
Actionscript MD5
Actionscript SHA-1
This Actionscript is used to calculate SHA-1 hash of a string. The Secure Hash Algorithm is one of the many cryptographic hash functions. Read more »
Actionscript SHA-256
SHA-256 Actionscript implementation is used to process variable length message into a fixed-length output using the SHA256 algorithm. Read more »
Actionscript UTF-8
UTF-8 is a variable-length character encoding for Unicode. This Actionscript is uset to encode decode UTF-8 data. Read more »
Actionscript string replace
String replace is a very useful function. Actionscript doesn't have it as a built-in function. Use this custom string replace. Read more »