Java RSA解密对于iPhone中使用其公钥解密的数据不起作用

发布于 2024-07-21 06:40:48 字数 163 浏览 3 评论 0原文

你好,我已经用java创建了我的rsa公钥并发送给我的朋友。 我的朋友正在使用 iPhone,他用该密钥加密数据并将解密的数据发送给我,然后我用我的私钥解密数据。 但我收到了 Bad Padding 错误。 我和我的朋友都没有为 RSA 明确使用任何填充。

谢谢 巴比

Hi I have created my rsa public key in java and send to my friend.
My friend is using IPhone, he encrypted data with that key and send me the decrypted data then I decrypted the data with my private key.
But I am getting errors for Bad Padding.
I and my friend both did not use any padding explicitly for RSA.

Thanks
Bapi

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

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

发布评论

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

评论(1

心舞飞扬 2024-07-28 06:40:48

你的问题不清楚
被解密两次了?

编辑您的编辑:
您仍然错了,在询问有关您的具体实现的问题之前,您可能需要先了解公钥加密的工作原理。 看来你对这个流程很陌生

your question is unclear
it was decrypted twice?

editing for your edit:
you're still wrong, you may want to read up on how public key cryptography works before asking questions about your specific implementation. it sounds like you are very unfamiliar with the process

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