Commercial JavaScript Protection

SecureJS is designed for authors who need to distribute browser JavaScript without placing the private unlock key inside the deployed file. The protected script depends on a licensed, short-lived unlock response before it can execute.

Why It Matters

Easier Deployment

Best Fit

Security Position

SecureJS does not claim that browser JavaScript can be made impossible to inspect after it has been authorised and run. The stronger claim is narrower and more realistic: a copied protected file should not be reversible from static source alone when the author key is private and the unlock server is correctly configured.

HTML Armour is a lighter protection layer for markup. It is intended to discourage casual copying and reuse, not to act as server-side access control or an unbreakable document lock.

Operational Requirements

Simple Deployment

  1. Protect the JavaScript in the SecureJS console.
  2. Authorise the production domain.
  3. Deploy the generated script to that domain.
  4. Keep the author key and payload store private.