种子机制不适用于黑莓
我使用种子机制在java中创建了AES密钥,并使用BlackBerry创建了相同的东西。 在这两种情况下,我的种子输入字符串是相同的。 但我得到了不同的 AES。 但创建的 AES 密钥应该相同。
是否有使用 BlackBerry 种子机制创建 AES 密钥的在线帮助
I have created AES key in java using seed mechanism and the same thing using BlackBerry.
My input string for Seed is same in both of these case. But I am getting different AES. But the created AES key should be same.
Is there any online help for creating AES key using seed mechanism for BlackBerry
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您已经问过这个问题。 我在那里给出的答案仍然是最好的方法。 我正在使用那里记录的内容在 Blackberry 和使用 AES 加密的 Java 服务器程序之间传递数据。 只要您遵循双方的 API 文档,就可以正常工作。
You have already asked this question. The answer I gave there is still the best way. I am using what is documented there to pass data between the Blackberry and a Java server program encrypted with AES. Works fine provided you follow the API documentation on each side.
Java和黑莓中的Hi种子机制不一样。
所以你永远不会在java和黑莓中得到相同的结果。 所以最好自己创建一个密钥并发送给黑莓用户。 他们将使用钥匙。
谢谢
苏尼尔·库马尔·萨胡
Hi seed mechanism in java and blackberry are not same.
so u will never get same result in java and blackberry. so better create a key by yourself and send to blackberry users. they will use the key.
Thanks
Sunil Kumar Sahoo