Tagged Questions
1
vote
2answers
96 views
does it make sense to encrypt a password in javascript before submit?
I'm following the example on http://marakana.com/blog/examples/php-implementing-secure-login-with-php-javascript-and-sessions-without-ssl.html
The thing I don't fully understand is what is the gain ...
1
vote
2answers
856 views
Porting SHA512 Javascript implemention to Actionscript
I am wondering if anyone can help me in porting a SHA-512 implemention in Javascript to Actionscript. Since both Javascript and Actionscript share the same origin, I think porting it will be easy for ...