Multi-Hash Generator
Under maintenancePricing
from $0.01 / 1,000 results
Go to Apify Store
Multi-Hash Generator
Under maintenanceCompute MD5, SHA-1, SHA-256, SHA-512 and CRC32 hashes for any list of strings. Great for checksums, cache keys and deduplication. Offline, no API keys.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
20 days ago
Last modified
Categories
Share
Compute MD5, SHA-1, SHA-256, SHA-512 and CRC32 hashes for any list of strings. Great for checksums, cache keys and deduplication. Offline, no API keys.
What it does
A self-contained utility Actor - no API keys, no external accounts. Run it on one or many inputs and get a clean, structured dataset (CSV/JSON).
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows ready for CSV/JSON export
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Required | Description |
|---|---|---|---|
texts | array | yes | Strings to hash. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~hash-generator-multi/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"texts": ["hello"]}'
Output
| Field | Type | Description |
|---|---|---|
input | string | Original text |
md5 | string | MD5 hex |
sha1 | string | SHA-1 hex |
sha256 | string | SHA-256 hex |
sha512 | string | SHA-512 hex |
crc32 | string | CRC32 hex |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.