I would like to understand how RSA tokens (SecurID) work, what is the algorithm used there, is it the same algorithm as the regular RSA encryption/decryption ?
|
|
Citing http://en.wikipedia.org/wiki/SecurID
Also, hardware tokens are Tamper resistant so it is almost impossible to duplicate stolen token. UPDATE: Thanks to eyaler, there are no any public/private keys in classic SecurID; they are based on "shared secret", not on asymmetric algorithm. Wikipedia says, that variant of AES-128 is used to generate token codes from secret key ("seed"). The secret key is encoded into key at factory. |
||||
|
|
|
You can have a look at how it's really done at http://seclists.org/bugtraq/2000/Dec/459 The (oversimplified) mechanism is
|
|||
|
|
|
i can give you a sense of how the Blizzard Mobile Authenticator's work; since it's been open-sourced. In brief pseudo-code it is:
|
|||
|
|