Well? Is it possible?
Passwords stored in the database are hashed with The Portable PHP Password Hashing Framework
(http://www.openwall.com/phpass/).
How can I hash them in the same manner with AS3?
If that is not possible, what is the strongest hashing algorithm in the as3crypto
library?
Is it hmac-sha256
?
Thank you.