在 Android SMS 功能中实现 CRC 检查

发布于 2024-12-07 01:21:05 字数 126 浏览 0 评论 0原文

我对 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 技术交流群。

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

发布评论

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

评论(1

北斗星光 2024-12-14 01:21:05

使用 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

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