What is the difference between a “nonce” and a “GUID”?

后端 未结 2 1023
渐次进展
渐次进展 2021-02-20 11:40

This question here is about creating an authentication scheme. The accepted answer given by AviD states

Your use of a cryptographic nonce is also impo

2条回答
  •  花落未央
    2021-02-20 11:57

    Nonces should be random (or at least non-guessable). GUIDs have quite a bit of non-randomness to them (I'm not sure how many bits of entropy are in a GUID).

提交回复
热议问题