Argon2 hashing algorithm for NodeJS server model

@JonL Your guess is correct. I don’t know how to build an acceptable algorithm. I looked at osme other threads like Better password encryption and honestly, I am confused.

I think my options are:

  1. Use SHA512 Hash for passwords right now and wait for Wappler to implement Argon2 for NodeJs
  2. Use SHA512 Hash for passwords + set up a random salt like so Centralise salt string references and wait for Argon2
  3. Try to replicate what you have done above @JonL - but you are advising to wait

Can you please advice me?

Thank you!