Blog

Mar
03
2020

Using KeePass & KeeAgent with Visual Studio Code

Posted by  symos  in  Web development

When using Visual Studio Code in Windows, a lot of times you might want to connect to a remote server via SSH, so you can edit files on that server directly, instead of setting up a local development environment or pulling and pushing files repeatedly, e.g. via FTP.

Although documentation on how to install and use the remote SSH extension exists, things start to get a bit more complicated when you want to use secure key based authentication.

Signed PDF icon
Mar
03
2015

Qualified electronic signatures in PDFs using PHP and a USB token/smartcard

Posted by  symos  in  Web development

Adding a digital signature to a PDF file is relatively easy using a library such as TCPDF, as long as your personal certificate is stored somewhere on your server/computer. However, in order for a digital signature to be considered “Qualified” in the European Union (which -technical details aside- means it holds the same value as a handwritten signature) the certificate needs to be stored in a Secure Signature Creation Device, such as a smartcard or a USB token.