JBrute Blog
Open Source Security tool to audit hashed passwords.
Status: Beta
Brought to you by:
glcamino
I discovered an error with the functionality of the "encrypt" main parameter. When you use a chained case grater than 1, and if it has differents characters (ex: LU, RL, RU) the result hash is not the correct one.
If you use just 2 chained algorithms, there is no problem.
If you use N chained algorithms, but chained case is the same (like UUU or RRR or LL) there is no problem.
If you use N chained algorithms, and you use the default chained case, there is no problem too (as explained in the last example).
This error will be fixed for the next version.
Feel free to notify me if you find some bug!!!