Checksums

This is a simple checksum. It is not intended to be a serious tool, but rather a fun way to learn about checksums and how they work. It is not intended for production use, and should not be used for any serious applications. It is a toy, and should be treated as such. A checksum is a value that is computed from a set of data and can be used to verify the integrity of that data....

April 11, 2025 · 1 min · Warren Kumari

BitSquat Domains

This is a simple page to compute the bit-squats of a domain name. A bit-squat is a domain name that is similar to another domain name but has one or more bits flipped in its binary representation. It can be used to create typosquatting domains or to find potential vulnerabilities in domain name systems. The code below will generate a list of bit-squats for the domain name you enter. It will flip each bit in the binary representation of the domain name and display the resulting domain names....

April 3, 2025 · 1 min · Warren Kumari