VOOZH about

URL: https://apify.com/web.harvester/hash-generator

โ‡ฑ MD5 SHA-256 SHA-512 Hash Generator & File Checksum Tool ยท Apify


Pricing

$3.00/month + usage

Go to Apify Store

Generate MD5, SHA-1, SHA-256, SHA-512 hashes for text or files. Verify integrity, create checksums, deduplicate content.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Web Harvester

Web Harvester

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

4 months ago

Last modified

Share

๐Ÿ” Generate MD5, SHA-1, SHA-256, SHA-512 hashes for text or files. Verify integrity, create checksums, deduplicate content.

๐Ÿ‘ Apify Actor
๐Ÿ‘ License: MIT

๐ŸŽฏ What This Actor Does

Generate cryptographic hashes instantly:

  • Multiple Algorithms - MD5, SHA-1, SHA-256, SHA-512
  • Text & Files - Hash any input type
  • Batch Processing - Process multiple inputs at once
  • Integrity Verification - Verify downloads and backups
  • Content Deduplication - Identify duplicate files

๐Ÿš€ Use Cases

Use CaseDescription
Checksum VerificationVerify file integrity after download
Password HashingGenerate password hashes (use SHA-256+)
DeduplicationFind duplicate files by hash
Digital SignaturesCreate content fingerprints
Caching KeysGenerate cache keys for content
Data IntegrityAudit data for changes

๐Ÿ“ฅ Input Examples

Hash Text

{
"texts":["Hello, World!","Secret password"],
"algorithm":"sha256"
}

Hash Files

{
"fileUrls":[
"https://example.com/file1.zip",
"https://example.com/file2.pdf"
],
"algorithm":"sha512"
}

All Algorithms

{
"texts":["Compare all hashes"],
"algorithm":"all"
}

โš™๏ธ Configuration

ParameterTypeDefaultDescription
textsarray[]Text strings to hash
filestring-Upload a file
fileUrlsarray[]URLs to files
algorithmstringsha256md5, sha1, sha256, sha512, all
uppercasebooleanfalseOutput in uppercase
includeMetadatabooleantrueInclude size and timing info

๐Ÿ“ค Output

Single Algorithm

{
"type":"text",
"input":"Hello, World!",
"input_preview":"Hello, World!",
"algorithm":"sha256",
"sha256":"dffd6021bb2bd5b0af676290809ec3a53191dd81c7f70a4b28688a362182986f",
"size_bytes":13,
"processing_time_ms":0.02
}

All Algorithms

{
"type":"file",
"url":"https://example.com/file.zip",
"algorithm":"all",
"md5":"d41d8cd98f00b204e9800998ecf8427e",
"sha1":"da39a3ee5e6b4b0d3255bfef95601890afd80709",
"sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"sha512":"cf83e1357eefb8bdf1542850d66d8007...",
"size_bytes":1048576,
"download_time_ms":234.5,
"hash_time_ms":12.3
}

๐Ÿ”’ Algorithm Comparison

AlgorithmOutput SizeSecuritySpeedUse Case
MD5128-bitโŒ Brokenโšก FastestChecksums only
SHA-1160-bitโš ๏ธ Weakโšก FastLegacy systems
SHA-256256-bitโœ… Secure๐Ÿ”น GoodGeneral purpose
SHA-512512-bitโœ… Most Secure๐Ÿ”น GoodHigh security

๐Ÿ’ฐ Cost Estimation

InputApprox. TimeCompute Units
100 texts~1 second~0.001
10 MB file~2 seconds~0.002
100 MB file~5 seconds~0.01

๐Ÿ”ง Technical Details

  • Language: Python 3.12
  • Library: Python hashlib (built-in)
  • Memory: 128MB-256MB
  • Speed: 500+ MB/s for hashing

๐Ÿ“„ License

MIT License - see LICENSE for details.


๐Ÿช Apify Store Listing


Keywords: hash generator, md5, sha256, sha512, checksum, file hash, cryptographic hash, integrity verification, deduplication, password hash

You might also like

Hash Generator

automation-lab/hash-generator

This actor generates cryptographic hashes for input strings using MD5, SHA-1, SHA-256, and SHA-512 algorithms. Useful for data integrity checks, password hash generation, content fingerprinting, and deduplication.

๐Ÿ‘ User avatar

Stas Persiianenko

11

Url to Hash

onescales/url-to-hash

Convert any webpage or file into a cryptographic hash (MD5, SHA-256, SHA-512). Hash HTML pages, images, PDFs, documents, and any file accessible via URL for content monitoring, integrity verification, and duplicate detection

26

5.0

MD5 Hash Generator

rixin/md5-hash-generator

From $0.1/1k requests. Generate MD5 hashes from text or files instantly. Perfect for data integrity checks, file fingerprinting, deduplication, and cache key generation. Batch process multiple items in one run. Supports text strings and files. Fast, reliable, and cost-effective hashing solution.

SHA256 Hash Generator

rixin/sha256-hash-generator

From $0.1/1k requests. Generate SHA256 hashes from text or files instantly. Perfect for data integrity checks, deduplication, and cache key generation. Batch process multiple items in one run. Supports text strings and files. Fast, reliable, and cryptographically secure hashing solution.

Bulk Image Downloader

thirdwatch/bulk-image-downloader

Download every image from any webpage or direct image URL - at scale. Smart srcset handling picks the highest-resolution variant. Optional sha256 dedup, EXIF stripping for privacy, and minimum size/width filters.

SHA512 Hash Generator

rixin/sha512-hash-generator

From $0.1/1k requests. Generate SHA512 hashes from text or files instantly. Perfect for secure data integrity checks, file fingerprinting, and deduplication. Batch process multiple items in one run. Supports text strings and files. Fast, reliable, and secure hashing solution.

SHA1 Hash Generator

rixin/sha1-hash-generator

From $0.1/1k requests. Generate SHA1 hashes from text or files instantly. Perfect for data integrity checks, file fingerprinting, deduplication, and version control. Batch process multiple items in one run. Supports text strings and any file URL. Fast, reliable, and cost-effective hashing solution.