79215248

Date: 2024-11-22 13:49:47
Score: 1
Natty:
Report link

password sending should be a string, there is a probability you send passwords as just numbers

password = await bcrypt.hash(password.toString(), salt);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tony