Actionscript string replace
posted in Actionscript, January 26, 2009Search and replace is a very useful thing to have. Actionscript dosent have a built-in function for this purpose. This is very simple function which can do the above thing. Read more »
Actionscript UTF-8
posted in Actionscript, January 26, 2009The encoding known today as UTF-8 was invented by Ken Thompson. UTF-8 is a variable-length character encoding for Unicode. Read more »
Actionscript SHA-256
posted in Actionscript, January 26, 2009The SHA (Secure Hash Algorithm) is one of the many cryptographic hash functions. It is suggested that SHA256 or greater must used for critical technology. Read more »
Actionscript SHA-1
posted in Actionscript, January 26, 2009SHA-1 the Secure Hash Algorithm (SHA) was developed by NIST and is specified in the Secure Hash Standard (SHS, FIPS 180). Read more »
Actionscript MD5
posted in Actionscript, January 26, 2009MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of data. Read more »
