From the latest articles

Code Signing

Safer Software with Signing Transparency: What's New from Microsoft

Microsoft introduced Signing Transparency — a cryptographically verifiable transparent log that increases trust in software and protects against attacks on the software supply chain. Learn how this technology is changing the way signed artifacts are verified.

Nov 28, 2025 | Jindřich Zechmeister

Code Signing

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.

May 22, 2023 | Jindřich Zechmeister

Code Signing

Stolen 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…

Mar 21, 2022 | Jindřich Zechmeister

Code Signing

How 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…

Apr 17, 2018 | Jindřich Zechmeister