Palm WebOS 中的加密

发布于 2024-09-16 10:44:50 字数 44 浏览 8 评论 0原文

我的问题与

我的问题是如何在webos中实现md5加密?

My question is related to the one here. I know how to send the credentials to a service. What I need is a way to encrypt those credentials. In browser javascript/ajax, when I need to access a service, I put an ajax call in to a php script, which used hash_hmac('md5', $data, $key) as the encryption method. I need to use md5, but Mojo.model.encrypt in webos only uses Blowfish.

My question is how can I implement md5 encryption in webos?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

装纯掩盖桑 2024-09-23 10:44:50

您需要自己的 MD5 库。 Palm 提供的一些设备上的应用程序实际上就是这样做的。一种 BSD 许可的实现可在 http://pajhome.org.uk/crypt/ md5/md5.html

You need your own MD5 library. Some of the on-device apps shipped by Palm actually do this. One BSD-licensed implementation is available at http://pajhome.org.uk/crypt/md5/md5.html.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文