For demonstration-purposes, what are a couple examples of strings that collide when hashed? MD5 is a relatively standard hashing-option, so this will be sufficient.
For demonstration-purposes, what are a couple examples of strings that collide when hashed? MD5
Share
This page provides these examples of 128 byte values hashing to the same value:
and
Note that although your question asked for “strings” which collide, MD5 is defined over binary data, so the normal text meaning of “string” doesn’t really apply. Languages and libraries which allow you to take the MD5 hash of text data usually mean “encode the string in a specified encoding, then hash the result.”