AIR Wiki : ToKens

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Token


A token is essentially a signed list of attributes. Signing is a key dependant method, creating a proof of authenticity and integrity for the list of attributes. In the realm of Token Based Networking, the key is shared secret between two or more parties. The key is used in some digital SigningMethod which is typically a combination of a hashing method (SHA1, MD5), creating a hash value of a message digest (in our case the list of attributes). The hash value is then encrypted with some encryption method (DES, 3DES, RSA etc.) using a (symmetric or assymmetric) key. Secure Message Authentication Code mechanisms such as HMAC can be used as well. The result, or part of the result is then used as token. The same method is used at the receiving end for verification of the validity of the token.

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 0.0161 seconds