Disclaimer
The tools on SADevToolBox are designed to be accurate and helpful, but they are general-purpose utilities provided without guarantees. Please read the points below before relying on their output.
Review all output
Formatted, converted and generated results can contain mistakes, particularly with unusual or very large input. Check results before using them in production systems, documents or decisions.
Generated code and SQL
Code, class definitions and SQL statements produced by the tools are starting points. The SQL tools never execute anything, but statements you copy and run yourself can change or delete data. Test generated SQL on a non-production database and keep backups.
Security-related tools
Decoding a JSON Web Token (JWT) shows its contents but does not verify its signature, so a decoded token is not proof that it is genuine or unmodified. Base64 and URL encoding are not encryption and do not protect data. Generated passwords and identifiers use your browser's secure random number generator, but how you store and use them is your responsibility.
Conversions and calculations
Unit, date and time conversions use standard definitions and your device's time zone data. Rounding is applied for display. For legal, medical, engineering, financial or safety-critical purposes, verify values with an authoritative source.
Not professional advice
Content on the site, including explanations and FAQs, is general information and is not professional, legal or security advice.
External links
Links to other websites are provided for convenience. We do not control and are not responsible for their content.