Dandy Ling Kwong
Posts: 0
Joined: Sat Jan 10, 2015 9:06 am

How to implement password hashing

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?

Pavel Zarudniy
Posts: 0
Joined: Mon Jul 06, 2015 8:56 am

How to implement password hashing

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

Return to “Issues”