I am getting familiar with the concept of hashing passwords and different algorithms, because I want to find out if the passwords which are used by users are safe enough. In order to do so as far as I understand I should perform a dictionary attack specifying the hashing algorithm.
The hashes look like the following: 0BXADEU0D076DU
I cannot find similar hashes in the table (https://hashcat.net/wiki/doku.php?id=example_hashes) or elsewhere on the internet, so I cannot determine the hashing algorithm. Does someone know which algorithm is used in AX? Is there any other way to assure that users are not choosing such weak passwords as "Password1" or "P@ssword1", which could be allowed by relatively strict password policy rules.
*This post is locked for comments
I have the same question (0)