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.
Bouncy castle java - 三重 DES 加密是对称的还是非对称的?
我正在使用 bouncy castle Java API 来实现tripleDES,但我不知道它是对称还是非对称密钥加密。
有人可以帮我回答这个问题。
Triple DES 是一种对称分组密码,是一种相当古老的密码。如果可以选择,我会坚持使用更强大的算法(例如 AES)。