stboxsandbox tools

← Catalog

Privacy & Terms

Legal disclaimer and privacy notice for stbox.dev.

Privacy & Data Processing

stbox.dev is designed with privacy as a foundational core principle.

  • Client-Side Runtime: The vast majority of utilities (including JWT decoding, Key Generation, SAML parsing, HAR analysis, and Photo Cropping) run 100% inside your browser using native JavaScript and WebCrypto APIs. Your data, keys, tokens, and files never leave your machine.
  • Server-Assisted Utilities: For tools that require network interactions (such as CORS proxying for OAuth token endpoints or SSL cert inspections), data is processed in-memory solely to perform the requested request and is never logged or stored.

Terms of Use & Disclaimer

  • Warranty Disclaimer: All tools, generators, and validators on stbox.dev are provided "AS IS", without warranty of any kind, express or implied.
  • Security Notice: While cryptographic utilities use standard WebCrypto implementations, users are advised to handle production-level keys and secrets in secure, dedicated key-management environments (KMS/HSM).
  • Trademarks: All trademarks, logos, and brand names mentioned (OAuth, SAML, JWT, OpenID) belong to their respective owners.