PipFoxy

Hash Generator

Create SHA-256, SHA-384 or SHA-512 checksums for text and files.

Text and files are hashed on your device.

  • Runs on this device
  • Use local files
  • Paste or type input
Loading the local tool workspace…

About this tool

Use the Web Crypto API to calculate a hexadecimal digest locally and download a simple checksum record.

Your content

Text and files are hashed on your device. Files stay on this device.

How to use Hash Generator

  1. 1Choose text or local file input.
  2. 2Select a SHA-2 algorithm and generate the hash.
  3. 3Copy the digest or download a checksum file.

Common uses

  • Checking a downloaded file
  • Comparing content digests
  • Creating integrity records

Limitations

  • Hashing is one-way and is not encryption.
  • A checksum confirms matching bytes but not who produced a file.

FAQs

Is my file uploaded?

No. The browser reads it locally and passes the bytes to Web Crypto.

Which hash should I use?

SHA-256 is widely used for general integrity checks; use a specific algorithm when another system requires it.

available

Developer Tools

Base64 Encoder and Decoder

Encode UTF-8 text or decode Base64 and Base64URL safely.

Browser processing
available

Developer Tools

UUID v4 Generator

Create one or many UUID v4 identifiers with secure randomness.

Browser processing
available

Generators

Secure Password Generator

Create strong passwords with secure randomness and explicit constraints.

Browser processing
All guides
Generators

How to generate a secure password

Understand secure randomness, length, entropy and safe storage so generated passwords remain genuinely useful.

Updated 4 min read
Developer Tools

How to format and validate JSON

Learn the difference between valid and readable JSON, decode common parser errors, and handle configuration data safely.

Updated 5 min read
Developer Tools

How to convert CSV to JSON safely

Convert tabular data without breaking quoted fields, losing headers, or silently changing important values.

Updated 4 min read