Kishore Relangi
Results
2
comments of
Kishore Relangi
Same question - if someone knows please let know
yes, the code is splitting the password with $ and checking for four segments where as the hashed password is having only 3 so, try ``` var passwordHash = require('password-hash');...