Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 268 Bytes

rHWID

Basic HWID Grabbing with encryption support.

Usage Example

fn main () {
    let hwid = hwid::get_hwid(Combinations::TotalMemBytes | Combinations::HostName, "my_encryption_key").expect("[ERROR] Failed fetching HWID!");
    println!("{hwid}");
}