Changelog

Version history and release notes.

v1.3.0

Multi-format encoding and spam detection.

  • Multi-format encode/decode endpoint (Base64, URL, hex, HTML entities, ASCII85)
  • Spam score endpoint with 10 heuristic rules for form submissions
v1.2.0

Encryption and key generation.

  • AES-256 symmetric encryption and decryption
  • RSA keypair generation (2048/4096-bit)
  • Random API key and secret generation
  • HMAC verification endpoint (compare without timing attacks)
  • Landing site with individual tool pages for SEO
  • Blog section with CMS-managed content
v1.1.0

JWT and TOTP support.

  • JWT generation with HS256/RS256 signing
  • JWT verification and decode with expiry checking
  • TOTP secret generation with QR code provisioning URI
  • TOTP code verification with configurable time window
  • Base64 encode/decode endpoints
v1.0.0

Initial release.

  • Password hashing with bcrypt, scrypt, and argon2
  • Password verification against stored hashes
  • Password strength scoring with feedback
  • Secure password generation with configurable rules
  • SHA-256, SHA-512, MD5, and HMAC hashing
  • Health check endpoint and Scalar API documentation