Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52666 > unrolled thread

Re: Question about crypto

Started bySkip Montanaro <skip@pobox.com>
First post2013-08-18 17:29 -0500
Last post2013-08-18 17:29 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Question about crypto Skip Montanaro <skip@pobox.com> - 2013-08-18 17:29 -0500

#52666 — Re: Question about crypto

FromSkip Montanaro <skip@pobox.com>
Date2013-08-18 17:29 -0500
SubjectRe: Question about crypto
Message-ID<mailman.7.1376864985.19984.python-list@python.org>
> When I run the code above, I am told that the IV must be 16 bytes long.
> I'm assuming that the IV (I know that means "Initialization Vector") is
> either the key OR something else I can set. But I don't know how or what
> to do.

Does this Stack Overflow thread help?  It looks to me like you aren't
defining an initialization vector at all.

http://stackoverflow.com/questions/14716338/pycrypto-how-does-the-initialization-vector-work

Skip

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web