How can I generate a new GUID?

GUIDs are heavily used in the world of development, so let’s look at a few quick and easy ways to generate them whenever we need them.

  Jul 27, 2023 (rev. Sep 4, 2025) ·  4 min

Generate random passwords, numbers and GUIDs with the PasswordRandom API

The PasswordRandom API provides random values - and not just passwords as the name would seem to suggest. It also generates GUIDs, random numbers, characters, etc.

  Feb 6, 2018 (rev. Sep 2, 2025) ·  4 min