API Tools
20 endpoints across 7 categories
Password Hashing
— 4 tools/v1/auth/generate-password
Generate cryptographically secure random passwords with customizable character sets.
View details → 1 credit/v1/auth/hash-password
Hash passwords using bcrypt, argon2, or scrypt with configurable parameters.
View details → 1 credit/v1/auth/password-strength
Analyze password strength with scoring, crack time estimates, and improvement suggestions.
View details → 1 credit/v1/auth/verify-password
Verify a plaintext password against a bcrypt, argon2, or scrypt hash.
View details → 1 creditJWT Tokens
— 3 tools/v1/auth/jwt-decode
Decode a JWT token without signature verification to inspect its contents.
View details → 1 credit/v1/auth/jwt-generate
Generate signed JSON Web Tokens with HMAC or RSA/EC algorithms.
View details → 1 credit/v1/auth/jwt-verify
Verify and decode a JWT token using a secret key or public key.
View details → 1 creditTOTP / 2FA
— 2 toolsKey Generation
— 2 toolsEncryption
— 2 toolsHashing & Encoding
— 6 tools/v1/auth/base64-decode
Decode standard or URL-safe Base64 strings back to plaintext.
View details → 1 credit/v1/auth/base64-encode
Encode strings to standard or URL-safe Base64.
View details → 1 credit/v1/auth/encode
Encode or decode strings using Base64, URL, HTML entities, hex, or ASCII85.
View details → 1 credit/v1/auth/hash
Compute cryptographic hashes using SHA-256, SHA-512, BLAKE2b, and more.
View details → 1 credit/v1/auth/hmac-verify
Verify HMAC signatures using constant-time comparison to prevent timing attacks.
View details → 1 credit/v1/auth/hmac
Generate HMAC signatures for message authentication using SHA-256/384/512.
View details → 1 credit