hashcat Forum
Need help with lowercasing hash - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Need help with lowercasing hash (/thread-10296.html)



Need help with lowercasing hash - Andy - 08-27-2021

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?