编码解码哈希字符串Android [英] Encode Decode Hash String Android

查看:188
本文介绍了编码解码哈希字符串Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要对发送消息/数据(不是MD5)进行编码,然后在另一侧对它们进行解码。代码必须在android库中,而不是在java中。是否有任何代码或信息可以帮助我在互联网上?谢谢你的帮助。

I need to encode the sending messages/data(not MD5)and then they will be decoded on the other side. Codes have to be in android libraries not in java. Is there any code or information that may help me around internet? Thx all for your help.

推荐答案

你已经发布了这个问题此处 [ ^ ]。请仅在一个论坛发帖。
You already posted this question here[^]. Please post in one forum only.


您不是指编码/解码。您正在考虑的是加密/解密。



PGP是第一选择,有一个用于加密的私钥和一个用于解密的匹配公钥。



查看: http://www.javacodegeeks.com/2011/06/java-pretty-good-privacy-pgp.html [ ^ ]



了解详情这样做。
You do not mean encode / decode. What you are thinking about is encryption / decryption.

PGP is the no1 choice for that, there is a private key for encryption and a matching, public key for decryption.

Check this: http://www.javacodegeeks.com/2011/06/java-pretty-good-privacy-pgp.html[^]

for details on how to do that.


这篇关于编码解码哈希字符串Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆