Multi-Hash Generator avatar

Multi-Hash Generator

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Multi-Hash Generator

Multi-Hash Generator

Under maintenance

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

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

FieldTypeRequiredDescription
textsarrayyesStrings 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

FieldTypeDescription
inputstringOriginal text
md5stringMD5 hex
sha1stringSHA-1 hex
sha256stringSHA-256 hex
sha512stringSHA-512 hex
crc32stringCRC32 hex

Pricing

Pay-per-event: a small per-run start fee plus a low per-result fee.