This is an old-school key generator for outdated operating systems from the 90s. Generates 10-digit and 11-digit CD keys, 20-digit OEM Product IDs, and Beta Site IDs with passwords. Made in Javascript Svelte/TypeScript.
- Uses 98.css and the IBM EGA 8x14 font for a realistic depiction of the UI of the days of old,
- Uses js-md4 to generate the requested keys (fully client-side),
- Uses Svelte and TypeScript to present the UI while maintaining relatively tidy and simple code.
Reliving the glory days. Making a fully functional keygen and familiarizing myself with 98.css and Svelte.
- Choose desired type of key,
- Generate key.
git clone https://github.com/54ac/os-keygen.git .
npm i
npm start