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.
如何使用 symbian C++ 加密数据,以便我可以使用 java 解密相同的数据
谢谢苏尼尔
您应该能够使用任何算法 - 只是编码将用 C++ 编写,而解码则用 Java 编写。
您可以使用像 Base64 这样的通用加密算法。它在 Symbian 和 Java 中都可用。在 Symbian 中,TImCodecB64 可用于 Base64 加密。