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?