Email verification
A six-digit code is mailed to the user. The account is activated only after the correct code is entered.
A commercial landing page with protected registration, email verification, crypto checkout and automatic key delivery. Clean burgundy interface, no logo image in the header, and a product panel preview matching the archnem style.
Registration and purchases send keys to the customer email. Payment is handled through a crypto invoice when server API keys are configured.
A six-digit code is mailed to the user. The account is activated only after the correct code is entered.
The server creates a crypto invoice. IPN confirmation generates and emails the premium key.
Keys are generated server-side and sent by email. They are not exposed in the browser before delivery.
Secure payment. Automatic email delivery after successful checkout.
The backend includes Helmet security headers, strict content security policy, rate limiting for auth and purchase routes, CORS locking, server-side validation, hashed passwords, expiring verification codes, JWT sessions and crypto IPN signature verification.