Hi all. Is there a built in method in Actionscript 3 that allows you to create a hash of a string. Like MD5 and SHA1. Thanks.
A:
First link on google for "Actionscript3 md5"
http://gsolofp.blogspot.com/2006/01/actionscript-3-md5-and-sha1.html
As such, it looks like there is no built-in method.
Stefan Kendall
2010-02-10 20:59:36
A:
There is no builtin method for doing crypto things, but there exists some library that can be used:
Patrick
2010-02-10 21:01:49