Ticket Granting Ticket

From zaoniao
Revision as of 08:39, 26 July 2019 by Admin (talk | contribs) (Created page with "In some computer security systems, a '''Ticket Granting Ticket''' or '''Ticket to Get Tickets''' ('''TGT''') is a small, encrypted identification file with...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In some computer security systems, a Ticket Granting Ticket or Ticket to Get Tickets (TGT) is a small, encrypted identification file with a limited validity period. After authentication, this file is granted to a user for data traffic protection by the key distribution center (KDC) subsystem of authentication services such as Kerberos. The TGT file contains the session key, its expiration date, and the user's IP address, which protects the user from man-in-the-middle attacks. The TGT is used to obtain a service ticket from Ticket Granting Service (TGS). User is granted access to network services only after this service ticket is provided.

Source

http://wikipedia.org/

See Also on BitcoinWiki