Monthly Archives: February 2013

Object-oriented implementation of RSA in PHP

With this blog post I release an object-oriented PHP implementation of the RSA public key algorithm. The implementation is based on Edsko de Vries’ non-object-oriented implementation. Additionally to the object-orientation I reimplemented the signature methods which are now based on … Continue reading

Posted in Cryptographic algorithm, Cryptography, PHP, Programming, RSA | Tagged , , , | 6 Comments