views:

33

answers:

2

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
A: 

There is no builtin method for doing crypto things, but there exists some library that can be used:

Patrick