About Cracking - 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: About Cracking (/thread-6595.html) |
About Cracking - ozgurti - 05-25-2017 Hello everyone, I looked at the forum rules and I think it is not problem to ask my question. I just wonder that I can use specific algorithm with hashcat or not? I write the dcryption c# code below. 'b5961257cyT5e3' salt string and I don't remember the secretPass and I gotta decrpyt some data. I wrote a simple software for bruteforce but it is really very slow. So, I want to ask that I am able to use hashcat for my problem or any idea about how I can solve my problem? Thank you to all for your answer in advance. Code: public static string Dec(string CipheredText, string SecretPass) RE: About Cracking - atom - 05-26-2017 There's no AES known plaintext attack module and unless the keyspace is largely decreased by some very good password "hint" it's not possible to crack the key based on it. |