Key posted publicly
- →Fifty machines try it.
- →Device cap refuses the rest.
- →Revoke; sessions die instantly.
Licensing API
Signed responses. A tamper-evident log. Proof, not promises.
No card. Free tier stays free.
Every reply signed. Every action chained.
Setup
Discord. No card, no sales call.
It gets its own signing identity. Copy two values.
C++17, vendored crypto, no runtime deps.
C++ ships today, on MinGW-w64 and MSVC. Other languages aren't written yet.
Security
Ed25519, checked before parsing. A rewritten reply fails.
Peppered HMACs, pepper outside the database. A dump is digests.
K-of-N matching. New disk still works. New machine doesn't.
Each entry hashes the last. Edit one and the chain breaks.
Encrypted under that session's key, so a copy from one machine won't open on another. Nothing to patch: the bytes aren't there until we send them.
Threat model
Not an obfuscator. We can't stop someone editing your binary, only make sure the valuable parts live here. Pair it with a packer if you need one.
Pricing
Paying raises your limits, never your protection.
$24 billed yearly · or $2.99 monthly
$39 billed yearly · or $4.99 monthly
Rather run it yourself? The server is open, so you can read what we do with your data.
FAQ
Only if it returns a boolean. Ours doesn't. A failed redeem yields no session, and gated files stay encrypted server-side.
New sessions fail; existing ones run to expiry. That's the honest cost of server-side validation.
Don't. Verify the signatures and read the audit chain. That's the point.
Built and adversarially tested. New, and not yet third-party audited. Judge the code.