0 Replies Latest reply: Mar 21, 2008 5:52 AM by Jamesabth RSS

    Actionscript Hash Functions Download

    Jamesabth Community Member
      Hi,

      I just finished uploading my AS2 and AS3 Hash classes. They allow you to hash a string using the following algorithms in a much cleaner way than with the 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"));