Is it possible in John or HashCat commands to have a list of arguments / hashes to calculate instead of only one? [closed]

I have a list of hashes on which to do a brute-force. I was thinking that running the command for each hash in parallel would slow down performance.
Running them sequentially, on the other hand, would require me to be at the PC to run the … Continue reading Is it possible in John or HashCat commands to have a list of arguments / hashes to calculate instead of only one? [closed]

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]