(05-26-2017, 07:56 PM)undeath Wrote: AES-256 is not a supported mode and what does this have to do with markov chains anyway?
Ha, good point. I did not think to look since AES 256 is so common, I made an assumption. It will be easy to brute force manually I guess, by creating a dictionary of 4,294,967,296 sequential hex numbers. As I'm reading more about markov chains, you are right, it seems that it is the opposite of what I was thinking and certainly more complex. I'll look for a program that supports a dictionary attack of AES256. I'll probably code something to generate the hex number list, in case anyone needs that in the future