Website for generating Remote Desktop Services (RDS) keys and Client Access Licenses (CAL's).
Find a file
Lyssa a717d118d9 fix: replace js-md5 with @noble/hashes
- Replace js-md5 with browser-conscious @noble/hashes
- Update libraries to latest versions
- Simplify website code
2026-02-25 20:07:05 +04:00
.github/workflows hot banana water 2025-04-23 11:29:12 +04:00
index.html fix: replace js-md5 with @noble/hashes 2026-02-25 20:07:05 +04:00
LICENSE License with AGPL v3 2025-04-23 21:59:19 +04:00
README.md fart 2025-04-23 14:14:29 +04:00
script.js fix: replace js-md5 with @noble/hashes 2026-02-25 20:07:05 +04:00

LyssaRDSGen

Overview

LyssaRDSGen is a website designed for the generation of Service Provider Keys (SPKs), also known as License Server IDs, and License Key Packs (LKPs). These keys are utilized in the activation process for Microsoft Remote Desktop Services (RDS) and associated Client Access Licenses (CALs).

Access

The website can be accessed at the following address: https://thecatontheceiling.github.io/LyssaRDSGen/

Technical Basis

This project leverages foundational research conducted by WitherOrNot, based on which he developed a PoC CLI tool in Python (which can be found in his GitHub gist).

Acknowledgements

I extend my gratitude to the following individuals for their contributions:

  • WitherOrNot - Foundational research, code contributions.
  • asdcorp - Initial assistance with getting setup.