Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Rails3.0 中检查输入字符串是否为 Md5 哈希形式?
将所有 32 位长十六进制数字(即仅由字母 af 和数字 0-9 组成)视为 md5 哈希。
我不知道 md5 的 codomain 是否是 32 位长十六进制的整个空间,但理想情况下,哈希应该满足条件,所以你可以假设它是。