How secure are hashed passwords and could we create a matching table for the passwords? [closed]

We have a script that is used as a tool to test password quality for all our users.
From the script, we could know if users are using the same password for their different accounts.
I supposed the tool is comparing stored hashes.
Did that … Continue reading How secure are hashed passwords and could we create a matching table for the passwords? [closed]

Is it secure to expose a salted bcrypt hash IF it is maximum length random secure password?

Is it secure to expose a salted bcrypt hash (minimum 14 cost) if the used password is 72 characters (maximum) byte long, randomly generated letters, numbers, and special characters using secure generator?
Is it secure against offline brute… Continue reading Is it secure to expose a salted bcrypt hash IF it is maximum length random secure password?