<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> Up to pycrypto 2.5, when no iv was provided to new() a string of zeroes was<br>
> automatically used.<br>
> Depending on your application, that may or may not be a problem. It is wiser<br>
> to always make iv explicit.<br>
<br>
</div>Which explains why my 'old' code failed. Thanks.<br>
Needing both key and iv... It sounds like asking for two keys to unlock a box?<br>
Is that the idea?<br></blockquote><div><br>Well, an important difference is that the IV is not a secret, so it's not really a key,<br>just a way to randomize the key stream. <br></div></div>