All questions
Q & A Getting Started · August 27, 2026

Which developer tools are exposed via the API?

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.

Read the full guide
DomainScan API Quickstart
DomainScan's API gives programmatic access to all 50+ tools including cryptographic hashing (MD5, SHA family, BLAKE2, RIPEMD-160) and password hashing (bcrypt, Argon2). This quickstart covers authentication, making your first call, the full endpoint reference, and code examples in JavaScript, Python, and curl.