Перейти к основному содержимому
Develop Tools

Генератор и проверка GUID

Генерация до 10 000 GUID для C#, .NET и SQL Server, преобразование форматов D, N, B, P, X, проверка и просмотр байтов прямо в браузере.

Generate GUID

Generates up to 10,000 GUID v4 using Web Crypto and outputs them in a format for .NET and SQL Server.

You can also generate it with Ctrl+Enter.

Validate GUID

You can paste D/N/B/P/X formats and code output and check the byte order for standard format, Version, Variant, and .NET.

You can verify .NET D, N, B, P, and X formats.

Guid.Empty

You can copy constant values representing empty GUIDs in .NET.

Guid.Empty

00000000-0000-0000-0000-000000000000

Об этом инструменте

You can generate and verify GUIDs used in C#, VB.NET, PowerShell, and SQL Server without the need for installation.

Возможности

  • GUID v4 using cryptographically secure random numbers
  • .NET D/N/B/P/X format
  • Output for C#, VB.NET, PowerShell, SQL Server
  • Check byte string in RFC order and Guid.ToByteArray() order

Как пользоваться

  1. Select the number of items, notation, uppercase/lowercase letters, and output format.
  2. Generate GUIDs and copy them in bulk or individually.
  3. Paste the existing GUID into the verification field and check the contents.

Ограничения

Shortcut: You can generate it with Ctrl + Enter, and copy all the generated results with Ctrl + Shift + C.

Об этом инструменте

You can generate GUIDs used in applications and databases in bulk, and check the .NET-specific format and Guid.ToByteArray() sequence.

Возможности

  • Bulk generation of GUID v4 using cryptographically secure random numbers
  • Output for .NET D/N/B/P/X formats, C#, VB.NET, PowerShell, and SQL Server
  • Version/Variant/Duplicate/Guid.Empty/Byte string validation in RFC order and .NET order

Как пользоваться

  1. Select the number of generated items, GUID notation, uppercase/lowercase letters, and output format.
  2. Generate GUIDs and copy/save them individually or in bulk.
  3. Paste the existing GUID or code output into the validation field and check the format and byte order.

Ограничения

  • SQL Server's NEWSEQUENTIALID() is a database-side function and is not generated.
  • GUIDs are not a substitute for credentials or access privileges.
  • For binary linkage, please check whether the delivery destination expects RFC order or .NET order.

Конфиденциальность: Входное содержимое и результаты обработки обрабатываются в браузере и не отправляются и не сохраняются на сервере инструментов разработки.