RSA library

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ajay Brar

    RSA library

    hi!

    i am new to python. i am looking for a library/package that implements public key encryption.
    on the python library reference page, it mentins hmac, md5, sha, mpz and rotor under cryptographic services. Is RSA or any other pki implemented as well? or do you have to use external libraries?

    thanks

    cheers

    Ajay Brar
    CS Honours 2004
    Smart Internet Technology Research Group



  • Jean Brouwers

    #2
    Re: RSA library


    Check here <http://www.freenet.org .nz/ezPyCrypto/>

    /Jean Brouwers
    ProphICy Semiconductor, Inc.


    In article <mailman.133.10 88161776.27577. python-list@python.org >, Ajay
    Brar <abra9823@mail. usyd.edu.au> wrote:
    [color=blue]
    > hi!
    >
    > i am new to python. i am looking for a library/package that implements =
    > public key encryption.
    > on the python library reference page, it mentins hmac, md5, sha, mpz and =
    > rotor under cryptographic services. Is RSA or any other pki implemented =
    > as well? or do you have to use external libraries?
    >
    > thanks
    >
    > cheers
    >
    > Ajay Brar
    > CS Honours 2004
    > Smart Internet Technology Research Group
    >
    > http://www.it.usyd.edu.au/~abrar1
    >
    > ------=_NextPart_000_ 00CA_01C45AF8.B 7505160
    > Content-Type: text/html;
    > charset="iso-8859-1"
    > Content-Transfer-Encoding: quoted-printable
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    > <HTML><HEAD>
    > <META http-equiv=3DContent-Type content=3D"text/html; =
    > charset=3Diso-8859-1">
    > <META content=3D"MSHT ML 6.00.2800.1400" name=3DGENERATO R>
    > <STYLE></STYLE>
    > </HEAD>
    > <BODY bgColor=3D#ffff ff>
    > <DIV><FONT face=3DArial size=3D2>hi!</FONT></DIV>
    > <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
    > <DIV><FONT face=3DArial size=3D2>i am new to python. i am looking for a=20
    > library/package that implements public key encryption.</FONT></DIV>
    > <DIV><FONT face=3DArial size=3D2>on the python library reference page, =
    > it mentins=20
    > hmac, md5, sha, mpz and rotor under cryptographic services. Is RSA or =
    > any other=20
    > pki implemented as well? or do you have to use external =
    > libraries?</FONT></DIV>
    > <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
    > <DIV><FONT face=3DArial size=3D2>thanks </FONT></DIV>
    > <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
    > <DIV><FONT face=3DArial size=3D2>cheers </FONT></DIV>
    > <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
    > <DIV><FONT face=3DArial size=3D2>Ajay Brar<BR>CS Honours 2004<BR>Smart =
    > Internet=20
    > Technology Research Group</FONT></DIV>
    > <DIV>&nbsp;</DIV>
    > <DIV><FONT face=3DArial size=3D2><A=20
    > href=3D"http://www.it.usyd.edu .au/~abrar1">http://www.it.usyd.edu.au/~abr=
    > ar1</A><BR></FONT></DIV></BODY></HTML>
    >
    > ------=_NextPart_000_ 00CA_01C45AF8.B 7505160--
    >
    >[/color]

    Comment

    Working...