UUID 생성기
UUID Generator
생성된 UUID는 브라우저에서만 처리되며 서버로 전송·저장되지 않습니다.UUIDs are generated entirely in your browser — never uploaded or stored.
UUID 생성기란?
UUID 생성기는 랜덤 기반의 UUID v4를 원하는 개수만큼 즉시 만들어주는 도구입니다. 데이터베이스 기본 키, API 리소스 ID, 세션 토큰, 임시 파일명 등 중복 없는 고유 값이 필요할 때 사용합니다. 개수를 정하고 옵션을 고른 뒤 ‘생성’을 누르면 됩니다.
옵션 설명
- 개수: 1~100개까지 한 번에 생성할 수 있습니다.
- 대문자: 기본은 소문자(RFC 4122 표준)이며, 켜면 전체 대문자로 표시합니다.
- 하이픈 포함: 끄면
-없이 32자 연속 문자열로 출력합니다.
crypto.randomUUID() 또는 crypto.getRandomValues()를 사용해 암호학적으로 안전한 난수로 생성합니다.
개인정보·처리 방식
모든 생성은 사용자의 브라우저 안에서만 이루어집니다. 결과는 서버로 전송되거나 저장되지 않으며, ‘전체 복사’ 버튼으로 클립보드에 담을 수 있습니다.
What is this tool?
The UUID generator creates random UUID v4 values instantly — handy for database primary keys, API resource IDs, session tokens, or temporary filenames that need to be unique. Set a count and options, then press Generate.
Options
- Count: generate 1 to 100 UUIDs at once.
- Uppercase: lowercase (RFC 4122) by default; enable to display all uppercase.
- Include hyphens: disable to output a continuous 32-character string without
-.
crypto.randomUUID() or crypto.getRandomValues() for cryptographically strong randomness.
Privacy & processing
Everything runs in your browser. Results are never uploaded or stored, and you can copy them all to your clipboard.
자주 묻는 질문
UUID란 무엇인가요?
UUID v4는 다른 버전과 무엇이 다른가요?
생성된 UUID가 정말 중복되지 않나요?
대문자·하이픈 없는 형식도 지원하나요?
생성한 UUID가 서버로 전송되나요?
FAQ
What is a UUID?
How is v4 different from other versions?
Can generated UUIDs really never collide?
Are uppercase and no-hyphen formats supported?
Are generated UUIDs sent to a server?
안내: 본 도구는 표준 UUID v4 규격에 따라 난수 기반 식별자를 생성하는 참고용 도구이며, 모든 처리는 브라우저 안에서만 이루어집니다.
Note: This tool generates random identifiers per the standard UUID v4 spec for reference, and all processing happens in your browser.