PHP: How to generate a random, unique, alphanumeric string for use in a secret link?

后端 未结 28 2099
隐瞒了意图╮
隐瞒了意图╮ 2020-11-21 22:20

How would it be possible to generate a random, unique string using numbers and letters for use in a verify link? Like when you create an account on a website, and it sends y

28条回答
  •  南笙
    南笙 (楼主)
    2020-11-21 23:15

    For really random strings, you can use

    outputs :

    40a29479ec808ad4bcff288a48a25d5c
    

    so even if you try to generate string multiple times at exact same time, you will get different output.

提交回复
热议问题