如何使用密钥对 PHP 中的内容进行编码?

发布于 2024-09-06 19:24:42 字数 303 浏览 1 评论 0原文

我看到 base64_encode 可以对值进行编码,但没有密钥。我需要一个函数,它接受盐和数据,对其进行编码,并且可以使用相同的盐进行解码(但是如果您尝试在不使用盐的情况下对其进行解码,则会出现乱码)。

有没有这样的 PHP 函数(找不到,只有 base64_encode 的修改版本)。

编辑:找到答案:使用 mcrypt 密码

I see base64_encode can encode values, but without a key. I need a function that takes a salt and data, encodes it, and can be decoded with the same salt (but if you try to decode it without the salt, it gives you gibberish).

Is there a PHP function for this (can't find it, only modified versions of base64_encode).

EDIT: Found the answer: use mcrypt ciphers

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文