The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Password
#5
Bcrypt is purposely not deterministic which means that entering the same password over and over again will give you different results. That is a good thing with password hashing. If you noticed that both of the default user accounts have the same password of password but when you look at them in the database they look completely different. This means that if someone was able to hack one password in the database they would not automatically have the key to all the rest of the passwords.
  Reply


Messages In This Thread
Password - by wendysmithwilliams - 12-09-2016, 04:04 AM
Password - by dan - 12-09-2016, 04:09 AM
Password - by dan - 12-09-2016, 04:09 AM
Password - by mohsin - 12-09-2016, 05:06 PM
Password - by dan - 12-09-2016, 10:07 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)