在 Android SMS 功能中实现 CRC 检查
我对 android 相当陌生,但我不知道如何实现 CRC 检查,或对从一个 Android 设备发送到另一个 Android 设备的 SMS 进行某种消息完整性检查。我正忙于查看 XOR 校验和计算,但我不确定我是否朝着正确的方向前进。
I am fairly new to android , but I dont see how it is possible to implement a CRC check, or some kind of message integrity check for a SMS sent from one Android device to another. I'm busy looking at XOR Checksum computations , but I am not sure If I am moving in the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 MD5 或其他一些内置哈希机制。
http://exampledepot.com/egs/java.security/Digest.html
Use MD5 or some other built-in hash mechanism.
http://exampledepot.com/egs/java.security/Digest.html