Cryptographic hashing (POST /developer/hash) supports MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA-3 (224/256/384/512), BLAKE2b, BLAKE2s and RIPEMD-160 with optional HMAC and salt. Password hashing (POST /developer/hash-password) supports bcrypt, Argon2id, Argon2i and Argon2d and returns a self-contained PHC/MCF string. Password verification (POST /developer/verify-password) auto-detects the algorithm from the encoded prefix. CRC32 and PBKDF2 are client-side only — use the browser UI or Web Crypto API directly.
All questions