An open API service indexing awesome lists of open source software.

https://github.com/foxforensics/hasher

Multi-algorithm hasher.
https://github.com/foxforensics/hasher

checksums cryptographic-hashes go hash hash-algorithms perceptual-hashes performance-hashes

Last synced: 11 days ago
JSON representation

Multi-algorithm hasher.

Awesome Lists containing this project

README

          

# hasher
Multi-algorithm hasher supporting cryptographic, performance, perceptual and similarity hashes, as well as different checksums.

```console
go install go.foxforensics.eu/hasher@latest
```

## Usage
```console
$ hasher ALGORITHM PATH
```

## Algorithms
Cryptographic hashes:
> BLAKE2S-256, BLAKE2B-256, BLAKE2B-384, BLAKE2B-512, BLAKE3-256, BLAKE3-512, GOST2012-256, GOST2012-512, HAS-160, LSH-256, LSH-512, MD2, MD4, MD5, MD6, RIPEMD-160, SHAKE128, SHAKE256, SHA1, SHA224, SHA256, SHA512, SHA3, SHA3-224, SHA3-256, SHA3-384, SHA3-512, Skein-224, Skein-256, Skein-384, Skein-512, SM3, Whirlpool

Performance hashes:
> DJB2, FNV-1, FNV-1a, Murmur3, RapidHash, SipHash, XXH32, XXH64, XXH3

Perceptual hashes:
> Average, Difference, Median, PHash, WHash, MarrHildreth, BlockMean, PDQ, RASH

Similarity hashes:
> ImpFuzzy, ImpHashO, ImpHashS, sdhash, SSDeep, TLSH

Windows specific:
> LM, NT, PE

Unix specific:
> BSD, ELF, SYSV

Checksums:
> Adler32, Fletcher4, Luhn, CRC16-CCITT, CRC32-C, CRC32-K, CRC32-IEEE, CRC64-ECMA, CRC64-ISO

## License
Released under the [MIT License](LICENSE.md).