Signing Glossary

Browse 3 signing terms defined in plain English, from the cultural dictionary of computing.

3 Signing Terms

Code Signing
Code Signing is the use of digital signatures to prove software origin and detect unauthorized modification before execution. Security teams use it to enforce...
JSON Web Signature
JSON Web Signature is the JOSE standard for integrity-protecting structured data with digital signatures or MACs. Security teams use it to enforce trust,...
Sigstore
An open-source project providing free, automatic code signing and verification for software artifacts. Uses keyless signing (tied to OIDC identity), a...

Related Topics