How easily can you guess a GUID that might be generated?

前端 未结 6 1177
遥遥无期
遥遥无期 2020-12-03 10:18

GUIDs get used a lot in creating session keys for web applications. I\'ve always wondered about the safety of this practice. Since the GUID is generated based on informati

6条回答
  •  情深已故
    2020-12-03 10:48

    If someone kept hitting a server with a continuous stream of GUIDs it would be more of a denial of service attack than anything else.

    The possibility of someone guessing a GUID is next to nil.

提交回复
热议问题