Skip to content

A cryptographically secure random UUID generator. Works on windows, linux, and mac.

License

Notifications You must be signed in to change notification settings

wbf22/CryptoUuidStd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CryptoUuidStd

A cryptographically secure random UUID generator. Works on windows, linux, and mac.

This generator uses the UUID 4 random uuid standard.

The Random.hpp file is all you need to use this generator. It uses a cryptographically secure random number generator sourcing from '/dev/urandom' on linux/mac, and using the wincrypt library on windows.

You can use it like so:

string uuid = Random::uuid();

Free to use for whatever you like, commerical or otherwise under the UniLicense (do anything you want except sue me license)

About

A cryptographically secure random UUID generator. Works on windows, linux, and mac.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages