Page 1 of 1

How to implement password hashing

Posted: Tue Jul 21, 2015 6:44 pm
by Dandy Ling Kwong

In usual PHP/mySQL, we can implement password hashing by using PHP functions. However, using API Express, how can I do the same thing?

Do I have to use javascript to write code to implement the hashing? Can I use node.js library for this purpose? I have read somewhere that Appery.io server is based on Google's V8 engine, and can't use node.js library. If that is the case, what are the recommended libraries/method to implement password hashing?


How to implement password hashing

Posted: Thu Jul 23, 2015 7:24 am
by Pavel Zarudniy

Hi Dandy,
You can use some client library for hashing, for example - https://github.com/placemarker/jQuery...
or use hashing on DB side when store data