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.
我正在研究密码学。我想知道如何区分普通文本和由 sha256 算法加密的文本,无论是使用 python 还是使用正则表达式。
SHA256 不是加密算法,它是加密哈希函数,所以你不能用它加密任何东西。你想区分什么?