Remix.run Logo
qayxc 2 hours ago

Absolute nonsense. Apart from the fact that password length is necessarily finite due to memory and time constraints, passwords aren't stored as clear text. You will get hash collisions, because the number of unique hashes is very much finite.

Your argument therefore doesn't apply in this context.