Terminology Index
Glossary
1801 terms
Showing 577-608 of 1801 terms
ECDSA
Elliptic Curve Digital Signature Algorithm: a widely used algorithm for creating digital signatures using elliptic-curve cryptography, providing authenticity and integrity with smaller keys and faster operation than RSA signatures.
ECDSA signs and verifies data using elliptic-curve keys, giving the same authenticity, integrity, and non-repudiation as other signature schemes but with much smaller keys for equivalent strength, making it efficient for certificates, TLS, and constrained devices. It is one of the dominant signature algorithms on the modern web, alongside RSA and the newer EdDSA, and underpins much certificate-based trust.
Introduced in: Cryptography Essentials
Examples
- Signing a TLS certificate with an ECDSA key.
- Verifying an ECDSA signature to confirm authenticity and integrity.
- Using ECDSA for efficient signatures on a constrained device.
No related terms linked yet.
