I've seen key IDs used in several places and would like to use them in my program, but I haven't been able to find a description of them. How are they generated?
|
|
|
In different formats (PGP, SSH, X.509 certificates) key ID has different meaning. Neither SSH nor X.509 have a "dedicated" concept of key ID, but some people use this term (including their software) - in this case it's usually a hash of the public key or of the certificate in whole. Update: the comments reminded me that "key identifier" extensions exist in X.509 certifiactes, and they sometimes are being referred to as key IDs. Yet, this is not common - usually the hash (also sometimes called the fingerprint) is referenced as key ID. |
|||||||
|
|
The "key ID" used for RSA key in GPG/PGP is the last 8 hex digits of the modulus of the key. |
|||
|
|
If you're talking about RSA keys specifically, they are little key-chain-fob-sized key generators that generate a new SecureID every 30 seconds or so. They are used with and synced to authentication services for things like VPN to provide a harder-to-hack way of authenticating a remote user. In my experience, anyway. |
|||
|
|