Actionscript Hash Functions Download
hi,
i finished uploading as2 , as3 hash classes. allow hash string using following algorithms in cleaner way adobe libraries:
md5
sha-1
sha-256
http://www.jamesthompsondigital.com/developers/actionscript/classes/hash.php
//---------------------
example code:
import jtd.crypto.hash;
trace(hash.sha256("mypassword"));
i finished uploading as2 , as3 hash classes. allow hash string using following algorithms in cleaner way adobe libraries:
md5
sha-1
sha-256
http://www.jamesthompsondigital.com/developers/actionscript/classes/hash.php
//---------------------
example code:
import jtd.crypto.hash;
trace(hash.sha256("mypassword"));
More discussions in ActionScript 3
adobe
Comments
Post a Comment