SNMPy update

Mordy Ovits movits at lockstar.com
Tue Apr 6 14:15:19 EDT 1999


Jeremy Hylton wrote:
> 
> >>>>> "MAL" == M -A Lemburg <mal at lemburg.com> writes:

[SNIP]

>   MAL> Note that I have a project running with the intention to wrap
>   MAL> OpenSSL in an OO manner called mxCrypto (see the link below).
> 
> Looking forward to seeing it.  When do you think you might have an
> alpha release ready?
> 
> Jeremy

I have a fairly complete SWIGing of OpenSSL/SSleay working.  I made it on
company time, so I have to get company permission to release it.  If there is
real interest, I'll push for us to release it.  It does all the X.509 stuff, is
very OO, and builds on win32 and unices.
Interested?
Mordy

-- 
o Mordy Ovits
o Cryptographic Engineer
o LockStar Inc.
---------------------------------------------------------------------------
#!/usr/local/bin/python 
from sys import*;from string import*;a=argv;[s,p,q]=filter(lambda x:x[:1]!=
'-',a);d='-d'in a;e,n=atol(p,16),atol(q,16);l=(len(q)+1)/2;o,inb=l-d,l-1+d
while s:s=stdin.read(inb);s and map(stdout.write,map(lambda i,b=pow(reduce(
lambda x,y:(x<<8L)+y,map(ord,s)),e,n):chr(b>>8*i&255),range(o-1,-1,-1)))




More information about the Python-list mailing list