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.
如果我对一个字符串进行两次加密并比较它们,它们会相同吗?我在 MySQL 中这样做是为了将我的普通密码与加密并保存的密码进行比较
如果您对特定输入字符串使用相同的标准加密算法和相同的加密密钥,您将始终获得相同的加密输出。如果您获得不同的输出,那将没有多大意义,因为解密将是一项几乎不可能完成的任务。