Description
A complete hardware-locked licensing system for Whop-based products, in two parts:
1. License Manager (CLI, seller-side): bind, reset, and validate hardware-fingerprint (HWID) licenses against your Whop memberships. Manages metadata for up to 50 keys.
2. HWID Binding (library, client-side): generates a deterministic device fingerprint (CPU + motherboard, no MAC address) and validates it against the membership. On first run it binds the license; on every run after that, any mismatch denies access. Uses Whop’s v2 license-validation endpoint.
These two components work together: the manager is how you administer keys, the binding library is what you ship inside your own product so it actually enforces the lock. Requirements: Python 3.9+, a Whop API key.
Status: 4/4 tests passing (binding library).
Note: previously sold as two separate products (License Manager and HWID Binding) — now bundled together since one is not useful without the other.

Reviews
There are no reviews yet.