Hash, encrypt & generate
with one API
10+ crypto operations in a single endpoint. Hashing, encryption, password generation, UUIDs, HMAC, base64, and bcrypt verification.
curl -X POST "https://snapapis.com/api/v1/crypto/process" \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"action":"hash","input":"hello","algorithm":"sha256"}'
10+ crypto operations
One endpoint, every tool you need
Hashing
MD5, SHA-1, SHA-256, SHA-384, SHA-512, CRC32, and every algorithm PHP supports.
AES-256 Encrypt
Encrypt and decrypt with AES-256-CBC using a passphrase. Data stays secure.
Bcrypt
Hash passwords with bcrypt and verify them. Configurable cost factor from 4 to 15.
HMAC
Generate HMAC signatures with any hash algorithm for webhook verification and data integrity.
Password Generator
Cryptographically secure random passwords with configurable length and character sets.
UUID & Base64
Generate v4 UUIDs and encode/decode base64 — common dev utilities in one place.
Crypto toolkit in one API
Stop building crypto utilities from scratch. One endpoint for all your hashing, encryption, and generation needs.