win95-keygen 0.1.0

A lightweight library to generate valid Win95 product keys
Documentation

A lightweight library used to generate valid Win95 keys

Usage of the library is pretty simple; each function takes no arguments and returns a [String] containing a valid key

Example

// Import the library
use win95_keygen as keygen;

fn main() {
println!("Generating a valid Windows 95 CD activation key...");

// Generate a valid CD key and print it to the console
let key: String = keygen::cd_normal();
println!("Key: {}", key);
}

References: