collision minter

pandemic_hash_m2 — mint a string that hashes to a target. Pure JS, no GPU. A collision is not the real name — it just hashes the same. Don't have a target hash yet? The Model Rig Browser flags every bone whose real name hasn't been recovered — see Cracking the Bone-Name Hashes for why some never will be.
advanced
Shortest mode walks lengths 1,2,3… and returns the first hit (usually 6–7 chars). Prefix/suffix mode fixes those and mints the shortest middle. The last character is solved algebraically (the hash's final multiply is invertible mod 2³²), so it runs ~38× faster than brute. L7 ≈ 3B candidates (tens of seconds).