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.
我需要创建一个类来加密文本并将其发送到 PHP 服务器。然后 PHP 服务器对其进行解码。
但问题是,我不懂 PHP,所以我无法编写具有相同逻辑的代码(就像我在 Java 中使用的那样)来解密文本,所以我完全依赖于互联网上的代码,但我找不到那些具有相同逻辑的代码(在 Java 和 PHP 中相同)。我只需要DES加密。
请给我一些链接或代码好吗?
mcrypt-extension 是您想要使用的。您会在文档和评论中找到大量示例。