Search code examples
actionscript-3cryptographyblackberry-playbooksha256

Library for working with SHA 256 hash in ActionScript


I'm looking for an easy way to compute SHA 256 in Action Script on the BlackBerry PlayBook.

I saw the mx.data.crypto.SHA256 class that seems fit for the purpose but it looks like it is not available on the standard PlayBook libraries, or do I need to import any specific SWF?

More generaly, if you know of an easy-to-use cryptographic library for Action Script, I'd welcome that too.

Thanks for any suggestion


Solution

  • http://code.google.com/p/as3crypto/

    Just download the sources you need and import them where required.