-
Recent Posts
- Mac OS X: Icons of Apps Disappeared from Launchpad
- Android Studio: What to Exclude While Importing a Project into Subversion?
- OS X: Some Icons Suddenly Disappeared in Finder
- OS X: Aquamacs and GNU Emacs — Keyboard Problems on the Mac
- WebSphere Application Server: Jython Throws an IOException While Accessing Environment Variables
Recent Comments
- Ralf on ownCloud and Baikal: Problems Loading ICS Files into Calendar
- Eduardo Oliveira on Alt Gr Key Doesn’t Work on Windows 7 Anymore — A Solution
- Ross B on WebSphere Application Server: Jython Throws an IOException While Accessing Environment Variables
- sabina on Alt Gr Key Doesn’t Work on Windows 7 Anymore — A Solution
- Launchpad: Alkuperäisten asetusten palauttaminen - mactuki-Kuopio.fi on Mac OS X: Icons of Apps Disappeared from Launchpad
Archives
Categories
Follow Oliver Müller on:
Oliver’s web-sites:
Tag 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
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 cryptography, object-oriented PHP, PHP, RSA
6 Comments