Is UUID.randomUUID() suitable for use as a one-time password?

前端 未结 7 1298
夕颜
夕颜 2020-12-25 11:49

As previous discussed, confirmation emails should have a unique, (practically) un-guessable code--essentially a one-time password--in the confirmation link.

The UUI

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 12:39

    It is perfect as one time password, as even I had implemented the same for application on which am working. Moreover, the link which you've shared says it all.

提交回复
热议问题