How to decrypt this?
#1
Hello everyone. I have a certain set of data in encrypted form and the task is to bring it into a readable form, I decided to use Hashcat for this purpose. Tell me what type of encryption this is and what the numbers after "::" mean. How do I add this to the program correctly? Yes, you don't have to say that I'm a complete noob at this, it's clear enough.

Quote:root:QyOKOXzHh6FLY:17267:0:99999:7:::
stb:$1$hYn82l9l$RjfvPDf2QHjx7je/6hlRH1:15506:0:99999:7:::
Reply
#2
first, read the rules, dont post hashes unless aked for

second, these looks like plain shadow file entries from a unix/linux system

see example hashes located here https://hashcat.net/wiki/doku.php?id=example_hashes, given your infos, one is mode 500, the other mode 1500, see the given example hashes taken from the link above

500 md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5) 2 $1$28772684$iEwNOgGugqO9.bIz5sk8k/b
1500 descrypt, DES (Unix), Traditional DES 48c/R8JAv757A
Reply