Crate mid

source ·
Expand description

Creating a Machine ID hash for MacOS/Windows/Linux.

let machine_id = mid::get("mySecretKey").unwrap();

Macros§

Structs§

Functions§

  • Returns MID key/result/hash as MidData
  • Gets unique platform metrics and returns a Result, which can be a MID hash (SHA-256) or a MIDError.
  • Display MID key/result/hash in the console in mode debug_assertions.