mirror of
https://github.com/andreazllin/windows95keygen.git
synced 2026-04-25 03:16:01 +03:00
Windows NT 4.0 and Windows 95 Key Generator
- JavaScript 81.2%
- CSS 18.8%
|
|
||
|---|---|---|
| pages | ||
| public | ||
| styles | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Windows NT 4.0 and Windows 95 Key Generator
Why?
I bumped into FlyTech's Video and at the end of the video he challenged the viewers to make a program to generate the keys, so I tried, and this is the result.
Generate Keys
OEM Key: curl https://windows95keygen.vercel.app/api/oem
Normal Key: curl https://windows95keygen.vercel.app/api/normal
Validate Keys
Validate: https://windows95keygen.vercel.app/api/validate
{
"key": "YOUR KEY"
}
Tested on
- Microsoft Windows NT 4.0 Server (4.00.1381.1)
- Microsoft Windows NT 4.0 Workstation (4.00.1381.1) [OEM]
- Microsoft Windows 95C (4.03.1216.OSR2.5) [OEM]
Inspiration/Credits
- @dgurney's article - 📰 Article on how it works.
- FlyTech's Video - 🎥 Video about this topic.
