IT lexicon Security ECDSA

ECDSA Elliptic Curve DSA

Security På svenska → Updated: 2026-05-23

Digital signature based on elliptic curves — smaller keys than RSA, same security.

256-bit ECDSA ≈ 3072-bit RSA. Faster on the server, smaller on the wire. Bitcoin uses ECDSA (secp256k1). Ed25519 is an EdDSA variant — safer implementation, standard for SSH keys and modern crypto.

← Back to the lexicon