Category Archives: PHP

ownCloud and Baikal: Problems Loading ICS Files into Calendar

When I tried to load an exported ICS file into Baikal’s calendar I encountered fatal problems. Most of the appointments could not be loaded. A similar problem occurred in conjunction with ownCloud’s calendar. The uploaded ICS file did not follow … Continue reading

Posted in Cloud, PHP | Tagged , , , , , , , , | 4 Comments

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