Skip to content

Instantly share code, notes, and snippets.

View micahsnyder's full-sized avatar

Micah Snyder micahsnyder

View GitHub Profile
@kvelakur
kvelakur / uuidv4.md
Last active April 9, 2023 04:38
Generating a Version 4 UUID using OpenSSL

Generating a Version 4 UUID using OpenSSL

A simple function that uses OpenSSL's RAND_bytes function to generate a Version 4 UUID.