Skip to content

Instantly share code, notes, and snippets.

@liuxd
Last active June 20, 2024 23:13
Show Gist options
  • Save liuxd/0e82565fa9d9329c4e00b12c73603c0c to your computer and use it in GitHub Desktop.
Save liuxd/0e82565fa9d9329c4e00b12c73603c0c to your computer and use it in GitHub Desktop.
[PHP token generator]
<?php
$token = bin2hex(random_bytes(16));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment