Script Protection
Scripts are protected at the upload step. The security model has two parts:- Obfuscation hides the script body (including the embedded keycheck) from casual reading and patching.
- The validation API stops fake responses at the wire level — see Signature verification.
Prometheus (server-side)
Pick a preset when saving the script. Vampauth obfuscates the source before storing it.
Weak and minify are discouraged in the UI. Prometheus is limited to 10 obfuscations per user per day (rolling 24h).
Attribution: Vampauth is built on Prometheus by Elias Oelschner.