Skip to content
/ rHWID Public

Rust basic HWID Grabbing with encryption support.

License

Notifications You must be signed in to change notification settings

vars1ty/rHWID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}");
}

Releases

No releases published

Languages