Java RSA解密对于iPhone中使用其公钥解密的数据不起作用
你好,我已经用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题不清楚
被解密两次了?
编辑您的编辑:
您仍然错了,在询问有关您的具体实现的问题之前,您可能需要先了解公钥加密的工作原理。 看来你对这个流程很陌生
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