Conversion-Tool

Free online file conversion tools

Conversion-Tool

Free online file conversion tools

Tiger-160 Hash Generator Online — Free Tiger-160 Checksum Tool

The Tiger-160 Hash Generator computes a 160-bit Tiger hash from any text or file you provide — entirely in your browser session, free and without registration. Use it to verify file integrity, generate checksums, or test Tiger-based implementations.

Source file

or paste a link

You can either enter a remote URL (e.g. a location where the source file is located), a local file from your device, or textual data in the field below. If both, an URL and a local file are selected then one of them is ignored and the hash is only calculated on one of the files.

How to calculate the TIGER160 hash?

  1. Select a file or copy and paste the text you want to hash.
  2. Click on "Start conversion" to calculate the TIGER160 hash.
  3. Enter a HMAC hash key (optional).
  4. Download your TIGER160 hashed data.







If selected then the returned data is sent as a binary file. This is useful if base64 data is encoded to a binary format.

What is the Tiger-160 Algorithm?

Tiger is a cryptographic hash function designed by Ross Anderson and Eli Biham in 1995, optimized for 64-bit platforms. It produces digests in three output sizes: Tiger-128, Tiger-160, and Tiger-192 bits. Tiger-160 is the 160-bit variant, created by truncating the full 192-bit Tiger digest to the first 160 bits. The algorithm uses a three-pass Merkle–Damgård construction with a specialized S-box lookup table, making it notably fast on modern 64-bit hardware.

Tiger was engineered as an alternative to MD5 and SHA-1, targeting high throughput without sacrificing collision resistance for its era. While Tiger-160 is not considered suitable for modern password storage or digital signatures, it remains a useful lightweight checksum algorithm in environments where its speed and output size are desirable.

What is Tiger-160 Used For?

  • File integrity verification: Generate a Tiger-160 digest of a downloaded file and compare it against a published checksum to confirm the file has not been tampered with or corrupted.
  • Data deduplication: Use Tiger-160 digests as compact, fast fingerprints to identify duplicate files or data blocks in storage systems.
  • Legacy system compatibility: Some peer-to-peer protocols (such as earlier versions of Gnutella and DC++) used Tiger tree hashes built on Tiger-192/160 for sharing file hashes.
  • Development and testing: Developers can use this tool to cross-check Tiger-160 output when implementing or debugging hash-based features in applications.
  • HMAC generation: Apply a secret key to produce a keyed Tiger-160 HMAC for lightweight message authentication in non-security-critical contexts.

Tiger-160 vs. Other Hash Algorithms

Compared to MD5 (128 bits) and SHA-1 (160 bits), Tiger-160 offers a similar output length to SHA-1 but with a different internal structure optimized for 64-bit CPUs. Tiger is generally considered stronger than MD5 for collision resistance, though like MD5 and SHA-1 it is not recommended for cryptographic security applications such as password hashing or certificate signing. For those purposes, prefer SHA-256 or SHA-512. For pure checksum and integrity use cases, Tiger-160 is a reliable and fast option.

Frequently asked questions

What is a Tiger-160 hash?

Tiger-160 is a 160-bit cryptographic digest produced by truncating the full Tiger-192 hash output. It was designed for high speed on 64-bit hardware and is commonly used for file checksums and integrity verification.

Is this Tiger-160 hash generator free to use?

Yes, it is completely free. No account, subscription, or software installation is required — just open the page and generate your hash instantly.

Can I hash a file as well as plain text?

Yes. You can paste text directly into the input field, upload a file from your device, or provide a remote file URL. The tool will compute the Tiger-160 hash for whichever input you choose.

Is Tiger-160 safe for password hashing or security applications?

No. Tiger-160, like MD5 and SHA-1, is not recommended for password storage or digital signatures. For security-sensitive applications, use a dedicated password hashing algorithm such as bcrypt or a modern hash like SHA-256/SHA-512.

How are my uploaded files handled?

Files uploaded for hashing are processed on the server solely to compute the digest and are deleted automatically afterwards. They are not stored, shared, or used for any other purpose.

Explore more free tools