On Sep 4, 2:50 pm, Fett <[EMAIL PROTECTED]> wrote:
> On Sep 4, 2:23 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Sep 4, 1:39 pm, Fett <[EMAIL PROTECTED]> wrote:
>
> > > I need a crypto package that works on windows with python 2.5. Can
> > > anyone suggest one for me?
>
> > > I have been searching for a couple days for a good cryptography
> > > package to use for public/private key encryption, at this point I
> > > would settle for symmetric even.
>
> > > Every encryption package I have found for python was either operating
> > > system specific (read *nix 
> > > only):http://www.freenet.org.nz/ezPyCrypto/http://www.keyczar.org/
>
> > > There was one exception, this version was specifically built to run on
> > > any platform (yay), but the compiler for windows complained that I
> > > wasn't using python2.2 (though the package was said to only need 2.2
> > > or newer).
>
> > > Is there any crypto package that is actually written in python? I
> > > seriously don't care how slow it is.
>
> > How about M2Crypto:http://chandlerproject.org/Projects/MeTooCrypto#Downloads
>
> > Mike
>
> Seems that this is intended more for webapps or something, I intend to
> use this for a client application. This means that I can't require
> outside dependencies, or I risk annoying the clients (if you have
> installed many open-source projects with dependencies that aren't
> handled by portage/apt-get, you know what I would be doing to them).
>
> I seriously can't believe that there isn't a single python native
> crypto package. Why do they all need to have outside dependencies?

If you are distributing your application on Windows (which is what
your original post implied), then you can easily roll up dependencies
with py2exe / Gui2Exe and something like Inno Setup or NSIS. I'm going
to try to compile the crypto package (http://www.amk.ca/python/code/
crypto) into an installer for 2.5, but no promises.

Mike
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to