progs.dev

utilities and programs running in the browser for software developers, security engineers and mathematicians
Hash collisions

Given n hashes (or random numbers), compute the probability that at least two hashes are equal.

run the prog
Bloom filters

Compute the false positive probability of a Bloom filter and the optimal number of hash functions.

run the prog
Number converter

Convert numbers into their binary, decimal, octal and hexadecimal representations.

run the prog