08-27-2021, 08:59 AM
Hello, i'm currently using 6.2.2 Hashcat with 1.3.1 Hascat gui (BlandyUK).
I have a password hash that is generated by this algo: sha1(sha1($pass).$salt)
I know the hash, salt and the password itself.
My problem is sha1($pass) step in hascat returns me lowercase hash, so in sha1(sha1($pass).$salt) step the result is different from the specified.
I need to somehow upeercase theĀ sha1($pass) part of the algo, pls tell me how can i do that?
I have a password hash that is generated by this algo: sha1(sha1($pass).$salt)
I know the hash, salt and the password itself.
My problem is sha1($pass) step in hascat returns me lowercase hash, so in sha1(sha1($pass).$salt) step the result is different from the specified.
I need to somehow upeercase theĀ sha1($pass) part of the algo, pls tell me how can i do that?