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.
OpenSSL 中的 rsa 加密方法是否提供某种校验和验证?谢谢,
我认为您的问题最好发布在 crypto.stackexchange.com 上。
也就是说,答案是......有点。OpenSSL 符合 PKCS#1 并且 PKCS#1 填充不使用校验和,但是校验和确实需要符合某些标准,我会说它具有简单的奇偶校验位样式校验和的效果。
OAEP 填充实际上在其中使用加密哈希,以提供更精细的验证。