ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,681
- Points
- 823
Reputation:
Is there a recommendation for creating a unique identifiers to prevent a bot from scraping data? I.e. today I can increment member count by 1 to find each member; the add-on I'm developing I would like to prevent such numbers from being predictable to prevent scraping of content.
I have been looking at UUIDv4, but the problem is MariaDB uses time based UUIDs, which while are unique are less random, and there's no standard PHP library for going between UUID and not. I'm also torn on using...
Read more
Continue reading...
I have been looking at UUIDv4, but the problem is MariaDB uses time based UUIDs, which while are unique are less random, and there's no standard PHP library for going between UUID and not. I'm also torn on using...
Read more
Continue reading...