UUID::GEN

UUID v4 Generator - Random

~/uuid-generator
Count
1 UUID
output.v4

UUID v4 is generated using cryptographically secure random numbers. It provides maximum randomness with 122 bits of entropy, making collisions virtually impossible.

// FEATURES

  • -122 bits of random data
  • -Cryptographically secure generation
  • -No embedded information
  • -Completely unpredictable

// USE CASES

  • *Session tokens and API keys
  • *Security-sensitive identifiers
  • *When predictability must be avoided