Hey!

If I have data that's been encrypted with a CBC cypher, but I know that the Initialization Vector was 0, how can I decrypt the message without having to randomly guess keys? I'm somewhat confused.

Thanks!