From the latest articles
Code Signing certificates on a token? No worries
Code Signing certificates can now only be on a token or HSM. It will no longer be possible to save them locally on the computer, for example in the popular PFX file format.
22 May 2023 | Jindřich ZechmeisterStolen NVIDIA certificates are used to sign malware; don't let that happen to you
You may have recently heard of the NVIDIA hack and the theft of a terabyte of data that was posted on the Internet. During the hack, a code signing certificate with the private key was also stolen, which fraudsters now use to sign malicious code and spread…
21 Mar 2022 | Jindřich ZechmeisterHow to Sign Java Applications and Applets
Java is considered a low-trust platform. It still suffers from a large number of vulnerabilities, and signing a Java application or applet is absolutely essential for gaining the trust of the end user. This article provides a step-by-step guide on how to request…
17 Apr 2018 | Jindřich Zechmeister