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.
我需要实现一个 java 函数,它从用户那里接收密码字符串和字节数据,并使用 RC2 算法对其进行解密。有谁知道如何在 Java 中做到这一点。如果是这样,我应该使用什么类。
谢谢,维斯利
实际上,java 确实支持开箱即用的 RC2,所以你应该能够使用标准的 java crypto support。