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.
有没有关于如何在上传到 dropbox 时使用三重DES加密文件的参考或教程?
我将使用 Eclipse 软件来做。那么有没有什么好的教程和很好的解释如何做到这一点?
看看这个教程。在这里您可以找到用于加密和解密的代码。
加密后,您可以将其上传到保管箱。
使用 Eclipse 或 netbin 都没有关系。
这是 Java 三重 DES 的示例: http: //eternusuk.blogspot.de/2008/09/java-triple-des-example.html
如果您使用 Eclipse 并不重要,它是一个 IDE,而不是一个平台。