RSA implementation for PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel Albisser

    RSA implementation for PHP

    Hi @ll,

    Is there a RSA library for php available?
    Has somebody any samples to decrypt a encrypted message
    with the public key given in a certificate?

    Thanks for support!
    Greetz,
    Dan

    --
    NOTE:
    Remove "spam." from the Email-Address to send me direct emails!

  • Daniel Tryba

    #2
    Re: RSA implementation for PHP

    Daniel Albisser <daniel.albisse r@spam.swisscom .com> wrote:[color=blue]
    > Is there a RSA library for php available?
    > Has somebody any samples to decrypt a encrypted message
    > with the public key given in a certificate?[/color]

    That should be possible with openssl support AFAIK.

    There are also PHP classes that do RSA,
    http://dickmann.homeunix.org/pear/pe...RSA.php?source)
    , but it doens't do certificates and you need to have arbitrary math
    support.

    --

    Daniel Tryba

    Comment

    Working...