September 13, 2022 at 4:30 PM
Hey, does anybody here know a platform that can help me detect the algorithm used to encrypt a password and mass decrypt them?
Thanks.
Thanks.
September 13, 2022 at 4:30 PM Hey, does anybody here know a platform that can help me detect the algorithm used to encrypt a password and mass decrypt them? Thanks. September 13, 2022 at 9:54 PM Going to need some context, what type of data is it? like a string, a file etc. Hashcat has good support for allot of algorithms and can do a bunch in mass with the right settings and decent hardware. September 13, 2022 at 10:01 PM Sounds like a tough one. What information do you have? just a bunch of user:data strings? if this is what you have then DataDumper is right - hashcat can autodetect it iirc and just try bulk cracking it. else maybe try to upload a sample here, if this doesn't affect your opsec. September 13, 2022 at 11:06 PM you shall give a bit more details mate , too vague of a threat , specify a bit , and I agree with @dataDumper September 14, 2022 at 4:27 AM somehow i m not sure with it September 14, 2022 at 5:18 AM solve the algorythm isnt it September 14, 2022 at 6:22 AM you need to find what type of hash/password first September 14, 2022 at 1:35 PM there many decrypter with hash detector included September 14, 2022 at 3:35 PM use google September 14, 2022 at 3:54 PM The format is basically email:password, but I haven't been able to detect the hashing algorithm. I want a program that could help with detecting the hashing algorithm and to decrypt them. https://mega.nz/file/BVxEUAJB#9ZlwKsmelJneKSsp2wkvL184YR-zvnlpJmdsDTgNw3w also, I will try out hashcat, thank you. |