@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:
- Use SHA512 Hash for passwords right now and wait for Wappler to implement Argon2 for NodeJs
- Use SHA512 Hash for passwords + set up a random salt like so Centralise salt string references and wait for Argon2
- Try to replicate what you have done above @JonL - but you are advising to wait
Can you please advice me?
Thank you!