1
vote
1answer
365 views

Most effect way to brute force 16 char AES key

I have a file that is encrypted in AES using a 16 char string. The string is (a-zA-Z0-9) and .,?!. It also only contains words from a dictionary (but they can be lower/upper case). What would be the ...