Atlas is a tool I made in an afternoon to help me do RE work regarding hashed values.
Hashers use a plugin system where Atlas tries to find dynamic libraries in the plugins folder.
Atlas currently has the following core plugins included in this repo:
- FNV-0, FNV-1, FNV-1, from 32 to 1024 bits
- MD2
- MD4
- MD5
- Murmur2, 32 and 64 bit
- Murmur3, 32 and 128 bit
- SipHash 1-3 and 2-4, 32 and 128 bit
- Sha1
- Sha2, from 224 to 512 bits
- Sha3, from 224 to 512 bits
- XXHash, 32 and 64 bit
- XXHash3, 64 and 128 bit
- Hash Reverser (FNV1-32)
Hashers:
- CRC32
- MD6
- Tiger
- Whirlpool