From the hashing algorithms tested (MD5, SHA1, SHA256, CRC32, CRC64, various fasthash and Rust default hashers), only CRC32 had a practical collision, and it actually had a lot: $ cargo run -- ...
Create a directory Place windybisoncrc32.c and any files wanted for generating a CRC32 in the directory Compile windybisoncrc32.c Use the generated executable and pass the filename as the argument ...