What type?
#1
[hashes deleted]

Can it be cracked?
Reply
#2
This is NOT allowed here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html

You can't simply post some random hashes (in addition to that you are not even writing the passwords here) and hope somebody will crack it for you. Excuses like "I only want the hash type !" don't really count. It's not allowed.

The hash could be anything, but most probably a PBKDF2-HMAC-SHA1 or PBKDF2-HMAC-SHA256 hash (from my experience and as my best educated guess).

Both -m 10900 = PBKDF2-HMAC-SHA256 and -m 12000 = PBKDF2-HMAC-SHA1 have a hash signature and therefore you need to adapt the hash lines slightly, i.e. "sha256:1000:..." or "sha1:1000:..." at the start respectively, but first you should really make sure you understand the forum rules and are able to follow them.
Reply