Static... forever!
I converted this site to static HTML today. The site is now being generated offline.
"wget -m" is my base tool for that... ;)
I will add some dynamic functions like comments via a cgi-bin/ directory in the future but currently I don't care about...
PC/SC for PHP
I have released the source code of my project "PC/SC for PHP" today.
It is an extension for PHP using pcsc-lite for smart card communication based on the PC/SC standard.
It is just an attempt to realize the idea of native and server side smart card communication within a PHP project. It could for example be useful if your web application needs access to crypto for signing, encryption etc. using a smart card as a SAM (Secure Application Module) or as a HSM (Hardware Security Module).
Have fun and please send me some comments...!