Hi everybody !<div><br></div><div>I&#39;m currently working with pycrypto and I want to import public and private keys from DER files.</div><div>I found a piece of code that shows how to proceed, but it isn&#39;t working anyway !</div>
<div>Here is the code I&#39;m using:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>f = file(&quot;./public_key.der&quot;)</div></div><div>
<div>key = RSA.importKey(f.read())</div></div><div><br></div></blockquote>It tells me <i>&#39;module&#39; object has no attribute &#39;importKey&#39;. </i>It&#39;s rather strange since the method appears explicitely in the file /lib/Crypto/PublicKey/RSA.py<i>.</i><div>
<i><br></i></div><div>What am I doing wrong ?</div><div><br></div><div>Thanks.<br><div><div><br>-- <br>François S.<br>
</div></div></div>