Greeting
I think ive found a way to break AES, through brute force. The method is like
starting at 0 and keep adding one's and trying the decryptition for each number.
An int was used, and it took about <= 9 hours..so int is 4 bytes, to make 32bytes
would need 9*8 hours.
What i need are some assembly or c or whatever is the most fast language to use the cipher.
There is a problem with IV, and salt that i didint consider...But sometimes i see pages saying that the IV is given, so dont know.
The same thing that can crack AES can crack hashes, but it must find a function that does the same the the repeating function, but is fast to compute
Later
andre