UUID 생성기
모의 페이로드, 테스트 픽스처, 샘플 레코드를 위한 무작위 UUID v4 식별자를 생성합니다.
Create one or several identifiers at once whenever you need a quick set of unique-looking IDs.
결과
Generated UUIDs will appear here.
What is UUID v4?
UUID v4 is a randomly generated 128-bit identifier written as hexadecimal segments. It is commonly used when you need globally unique IDs without coordinating with a central server.
예시
7d36d95f-765e-4f2b-a9d9-0cb41e4ea0cb
자주 묻는 질문
Is UUID v4 cryptographically secure?
In modern browsers, crypto.randomUUID() relies on a cryptographically secure source of randomness.
한 번에 여러 UUID를 생성할 수 있나요?
네. 선택기로 1개, 5개, 10개의 UUID를 한 번의 클릭으로 만들 수 있습니다.
UUID는 고유성을 보장하나요?
수학적으로 절대적인 보장을 주지는 않지만, 실용적인 사용에서 충돌은 사실상 거의 일어나지 않습니다.
이 도구의 일반적인 사용법
Read the practical guide for UUID usage in APIs, databases, queues and test data.