Hashing Algorithms API
An API that provides endpoints for generating and verifying hashes using various cryptographic algorithms like MD5, SHA-256, SHA-512, and Whirlpool.
Hashing Algorithms API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
ComputeMD5Hash /enc/En |
Computes the MD5 hash for a given input string |
| GET |
VerifyMD5Hash /enc/verify |
Verifies if a given string matches an MD5 hash. |
| GET |
ComputeSHA256Hash /enc/E |
Computes the SHA-256 hash for a given input string. |
| GET |
VerifySHA256Hash /enc/V |
Verifies if a given string matches a SHA-256 hash. |