Security tools
Base64 & hash utilities
Encode and decode text in several formats and compute cryptographic hashes in your browser - nothing is sent to our servers.
Input
Pick an encoding, operation (where applicable), hash algorithm, then enter or upload text.
Encoding type
Operation
Or upload a file
Reads the file as text and loads it into the field above.
Information
How these utilities are meant to be used.
Base64: Binary-to-text encoding using 64 ASCII characters - common for embedding data in JSON, URLs, and email.
SHA-256: Produces a 256-bit digest for integrity checks and fingerprinting (not a replacement for password storage with proper KDFs).
Privacy: All work runs in your browser; input is not uploaded to Huntertech.
Quick examples
Illustrative outputs.
Base64 encode
Hello → SGVsbG8=SHA-256
Hello → 185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969File hash: Upload a text file to hash its contents for quick integrity checks.