Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UUIDFromMAC ¶
func UUIDFromMAC() string
UUIDFromMAC - Generate a UUID based on the machine's MAC addresses, this is generally used as a last resort to fingerprint the host machine. It creates a uuid by hashing the MAC addresses of all network interfaces and using the first 16 bytes of the hash as the UUID. This should work so long as network interfaces are not added or removed, since its physical addresses this should be uncommon; an except would be machines with USB WiFi/Ethernet or something.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.