Hashing a Password in NodeJs
We must not save users’ passwords in the database’s plain text in any application as it poses a severe security threat. We should always save a password in the hashed format. But not all hashing functions are suitable to store passwords. Popular hash...
andy89.hashnode.dev6 min read