Security
Detect XSS (Cross-Site Scripting) attack vectors in input strings
xss-payload-detectorValidation
Check if a string contains special characters like !@#$%^&*()_+ and identify which ones are present
special-character-validatorValidation
Validate Semantic Versioning 2.0.0 version numbers (x.y.z-alpha.1 format)
semver-validatorCryptography
Generate Scrypt hash from password
scrypt-generatorCryptography
Validate password against Scrypt derived key
scrypt-validatorCryptography
Decode WebAuthn/FIDO2 assertion fields, inspect authenticatorData flags and signCount, check challenge/origin/rpIdHash binding, and optionally verify ES256, RS256, or Ed25519 signatures with a supplied COSE public key.
webauthn-passkey-assertion-decoder-challenge-debuggerValidation
Validate SWIFT/BIC bank identification codes
swift-code-validatorValidation
Validate password strength against common security requirements (uppercase, lowercase, numbers, special chars, length)
strong-password-validatorValidation
Validate 17-character Vehicle Identification Number (VIN) format and checksum
vin-validatorSecurity
Detect phishing and fraud signals in a URL by deep structural analysis — punycode/IDN homograph attacks (mixed Latin/Cyrillic), embedded credentials (user:pass@host trick), high-risk TLDs, double-encoding and control-character smuggling, subdomain brand deception, and numeric/IP host obfuscation. Static analysis only, no network. Complements the URL Validator (which does basic protocol/IP checks).
url-safety-checkerValidation
Validate EU VAT numbers
vat-validatorValidation
Validate GTIN-12 (UPC), GTIN-13 (EAN), GTIN-8, and GTIN-14 product barcodes with check digit verification
upc-ean-validator