代码、数据与二维码工具

UUID生成器

crypto.randomUUID生成1–100个UUID v4;其他UUID版本另评估。

优先本地处理无需注册隐私说明 ↗

Generate from 1 to 100 UUID v4 values.

使用步骤

如何使用

  1. Enter how many UUIDs you need, from 1 to 100.
  2. Select Generate UUIDs.
  3. Review and copy the generated list.

Browser cryptography

The generator uses crypto.randomUUID to create version 4 UUIDs. It does not contact a server or attempt to derive values from time, names, or a predictable counter.

A practical batch limit

The page limits each request to 100 UUIDs so the output remains easy to inspect and copy. UUIDs are identifiers, not passwords or encrypted data.

常见问题

你可能还想知道

Which UUID version is generated?

Version 4 UUIDs generated by crypto.randomUUID.

Why is the count limited?

A maximum of 100 keeps the browser-generated result manageable to review and copy.

Does it work in every browser?

It requires a browser that supports crypto.randomUUID in a secure context.