Microserv.io Hashing Service
This microservice exposes a set of REST API to calculate various hash codes on byte-arrays (like strings) and files.
24 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Microserv.io Hashing Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| Hash codes on Files | ||
| POST |
SHA3-224 /filehash/sha3-224 |
Calculates the SHA3-224 hash code on an uploaded file |
| POST |
KECCAK-256 /filehash/keccak-256 |
Calculates the KECCAK-256 hash code on an uploaded file |
| POST |
SHA3-256 /filehash/sha3-256 |
Calculates the SHA3-256 hash code on an uploaded file |
| POST |
KECCAK-512 /filehash/keccak-512 |
Calculates the KECCAK-512 hash code on an uploaded file |
| POST |
SHA2-512 /filehash/sha2-512 |
Calculates the SHA2-512 hash code on an uploaded file |
| POST |
SHA3-512 /filehash/sha3-512 |
Calculates the SHA3-512 hash code on an uploaded file |
| POST |
SHA2-384 /filehash/sha2-384 |
Calculates the SHA2-384 hash code on an uploaded file |
| POST |
SHA3-384 /filehash/sha3-384 |
Calculates the SHA3-384 hash code on an uploaded file |
| POST |
MD5 /filehash/md5 |
Calculates the MD5 hash code on an uploaded file |
| POST |
SHA1 /filehash/sha1 |
Calculates the SHA1 hash code on an uploaded file |
| POST |
SHA2-256 /filehash/sha2-256 |
Calculates the SHA2-256 hash code on an uploaded file |
| POST |
SHA2-224 /filehash/sha2-224 |
Calculates the SHA2-224 hash code on an uploaded file |
| Hash codes on Strings/Bytes | ||
| POST |
SHA3-224-data /datahash/sha3-224 |
Calculates the SHA3-224 hash code on the provided []byte data |
| POST |
SHA2-224-data /datahash/sha2-224 |
Calculates the SHA2-224 hash code on the provided []byte data |
| POST |
SHA3-384-data /datahash/sha3-384 |
Calculates the SHA3-384 hash code on the provided []byte data |
| POST |
SHA3-512-data /datahash/sha3-512 |
Calculates the SHA3-512 hash code on the provided []byte data |
| POST |
SHA2-512-data /datahash/sha2-512 |
Calculates the SHA2-512 hash code on the provided []byte data |
| POST |
MD5-data /datahash/md5 |
Calculates the MD5 hash code on the provided []byte data |
| POST |
Keccak-512-data /datahash/keccak-512 |
Calculates the KECCAK-512 hash code on the provided []byte data |
| POST |
SHA2-384-data /datahash/sha2-384 |
Calculates the SHA2-384 hash code on the provided []byte data |
| POST |
Keccak-256-data /datahash/keccak-256 |
Calculates the KECCAK-256 hash code on the provided []byte data |
| POST |
SHA3-256-data /datahash/sha3-256 |
Calculates the SHA3-256 hash code on the provided []byte data |
| POST |
SHA1-data /datahash/sha1 |
Calculates the SHA1 hash code on the provided []byte data |
| POST |
SHA2-256-data /datahash/sha2-256 |
Calculates the SHA2-256 hash code on the provided []byte data |
Microserv.io Hashing Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|