如何在 Mifare Ultralight C(使用 Android)上使用安全性?

发布于 2025-01-03 09:16:17 字数 248 浏览 6 评论 0原文

我正在尝试开发一个使用 MF0ICU2 标签 (Mifare Ultralight C) 功能(特别是读取保护)的 Android 应用程序。 该标签与 Mifare DESFire EV1 兼容。 在 Android 类中,MifareUltralightTag 仅具有标准的读写功能,但通过收发方法,您可以将原始命令发送到标签,例如 0x30 0xYY 是一个读取页面并且它可以工作。 但是如何使用raw命令来使用MF0ICU2标签上的安全功能呢? 有人有这种类型的编程经验吗?

I am trying to develop an Android application that uses the features (specifically read protection) of the MF0ICU2 tags (Mifare Ultralight C).
That tags are Mifare DESFire EV1 compatible.
Into Android classes, MifareUltralightTag have only standard Read and Write capability, but with transceive method you could send raw command to Tag, for example 0x30 0xYY is a read page and it works.
But how use raw command to use security capability on MF0ICU2 tags?
Does anyone have experience with this type of programming?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

若水般的淡然安静女子 2025-01-10 09:16:17

您应该向制造商索取 MIFARE Ultralight C 标签的数据表。 MIFARE Ultralight C 标签支持不同的读/写保护方法。使用 MifareUltralight.transceive() 方法和 javax.crypto.* 类,您可以构造并发送正确的命令。

You should request the datasheet for the MIFARE Ultralight C tags from the manufacturer. MIFARE Ultralight C tags support different methods of read/write protection. Using the MifareUltralight.transceive() method and javax.crypto.* classes you can construct and send the proper commands.

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