上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 117 下一页
摘要: 设计文档 简介 这个APP的功能是使用手机的NFC读卡器功能,做到读取卡片 支持M1卡和CPU卡。 功能列表 基本功能 读卡唯一号 读卡SAK(可以判断卡类型 08 M1卡 28 复合卡 20 CPU卡) Mifare卡操作 读取扇区信息 CPU卡操作 选择MF(3F00) 取随机数 备注 本来考虑 阅读全文
posted @ 2022-07-27 09:26 jiftle 阅读(1208) 评论(0) 推荐(0)
摘要: 关键词:TRNG、HASH、SKE、PKE、OpenSSL、mbedtls、Certificate等等。 1. 安全加解密引擎硬件 一个常见的安全加解密引擎可能包括,以下4部分: TRNG - 真随机数发生器,基于物理器件产生随机数。 HASH - 获取一段数据的摘要信息。 SKE - 对称加密引擎 阅读全文
posted @ 2022-07-25 16:42 jiftle 阅读(352) 评论(0) 推荐(0)
摘要: 本人小白一枚,在基于@Android_磊子大哥的文章(原文地址)以及网上的一些大神的文章,改了一点自己需要的功能 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-s 阅读全文
posted @ 2022-07-23 17:13 jiftle 阅读(411) 评论(0) 推荐(0)
摘要: ipad下可用 阅读全文
posted @ 2022-07-23 12:41 jiftle 阅读(138) 评论(0) 推荐(0)
摘要: 3 I'm busy with an app to emulate normal APDU communication on a Nexus 7 with CM10.1 to an ACR122U102 reader/writer. I found this blog about software 阅读全文
posted @ 2022-07-23 00:48 jiftle 阅读(119) 评论(0) 推荐(0)
摘要: Can I prevent Host Card Emulation service from being triggered by select AID?How to communicate with HostApduService from an Activityhow to start and 阅读全文
posted @ 2022-07-23 00:46 jiftle 阅读(198) 评论(0) 推荐(0)
摘要: https://hub.fastgit.xyz/android/ndk-samples/blob/main/native-activity/app/src/main/cpp/main.cpp 阅读全文
posted @ 2022-07-23 00:45 jiftle 阅读(54) 评论(0) 推荐(0)
摘要: Android NDK API Reference Modules API Levels Defines functions and constants for working with Android API levels. Android Image Decoder Functions for 阅读全文
posted @ 2022-07-23 00:44 jiftle 阅读(446) 评论(0) 推荐(0)
摘要: *- * Free/Libre Near Field Communication (NFC) library * * Libnfc historical contributors: * Copyright (C) 2009 Roel Verdult * Copyright (C) 2009-2015 阅读全文
posted @ 2022-07-23 00:43 jiftle 阅读(212) 评论(0) 推荐(0)
摘要: Android开发实现NFC刷卡读取的两种方式 更新时间:2021年09月18日 11:54:13 作者:TheFlashArrow 这篇文章主要为大家详细介绍了Android开发中实现NFC刷卡读取的两种方式,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下 场景:NF 阅读全文
posted @ 2022-07-23 00:39 jiftle 阅读(3401) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 117 下一页