<div class="gmail_quote">On Mon, Dec 26, 2011 at 5:18 AM, daedae11 <span dir="ltr">&lt;<a href="mailto:daedae11@126.com">daedae11@126.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>





<div style="MARGIN:10px">
<div>Does pywin32 provide a module for AES encryption algorithm ?</div>
<div> </div>
<div>The description of some module in pywin32 document is so simple that there 
is not introduction about the function of the function.</div>
<div>For example, &quot;CryptProtectData&quot; function in module win32crypt.</div></div></blockquote><div>Lie Ryan has already covered this pretty well, but I thought I&#39;d re-state for clarification:  pywin32 itself does not provide modules for ANYTHING. pywin32 is just a convenience wrapper for functions that already exist in the win32 library; without pywin it&#39;s a horrible task to call win32 functions from Python.<br>
<br>Since pywin doesn&#39;t provide the functions, it also doesn&#39;t provide documentation.  For that, you go to the people who actually wrote the functions: Microsoft.  In fact, it might make more sense to turn your search around: look at MSDN _first_ to see what functions are available, and then look at the pywin docs to see how to call them.<br>
</div></div><br>