<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NFCのトピックHow to Secure NFC using NTAG213 and NXP Reader Lib</title>
    <link>https://community.nxp.com/t5/NFC/How-to-Secure-NFC-using-NTAG213-and-NXP-Reader-Lib/m-p/704861#M2632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;My question is similar to &lt;A href="https://stackoverflow.com/questions/43284612/how-to-access-the-ntag213-nfc-interaction-counter"&gt;the one here&lt;/A&gt;, but since it is not answered i'll ask mine here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to set configuration on Mirror, mirror page, AUTH0, PROT, CFGLCK, NFC_CNT_EN, AUTHLIM, PWD and PACK included in pages 41 to 44 of the NTAG213 memory. I've read all the &lt;A href="http://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf" rel="nofollow noreferrer"&gt;datasheet of NTAG213&lt;/A&gt; and the library user manuel in &lt;A href="http://www.nxp.com/docs/en/user-guide/UM10663.pdf"&gt;this source&lt;/A&gt; but I still can't find my answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more detail : I want to set a password and have to connect to the data only if I have the password. The configuration that i want are described as followed and are in relation with chapter 8.5 for memory organisation of NTAG213 datasheet and 8.5.7 Configuration pages on the same document. I know exactly the configuration i want :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;CFG0 :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MirrorConf____________0b0&lt;/LI&gt;&lt;LI&gt;Mirror_byte___________0b0&lt;/LI&gt;&lt;LI&gt;RFUI__________________0b0 default&lt;/LI&gt;&lt;LI&gt;STRGMOD_EN____________0b1&lt;/LI&gt;&lt;LI&gt;RFUI__________________0b0&lt;/LI&gt;&lt;LI&gt;RFUI__________________0x00&lt;/LI&gt;&lt;LI&gt;MirrorPAge____________0x00&lt;/LI&gt;&lt;LI&gt;AUTH0_________________0xFF&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;CFG1 :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PROT__________________0b1&lt;/LI&gt;&lt;LI&gt;CFGLCK________________0b0&lt;/LI&gt;&lt;LI&gt;RFUI__________________0b0 default&lt;/LI&gt;&lt;LI&gt;NFC_CNT_EN____________0b1&lt;/LI&gt;&lt;LI&gt;NFC_CNT_PWDPROT_______0b0&lt;/LI&gt;&lt;LI&gt;AUTHLIM_______________0b000&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PWD : (my password)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1&lt;/LI&gt;&lt;LI&gt;2&lt;/LI&gt;&lt;LI&gt;3&lt;/LI&gt;&lt;LI&gt;4&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PACK : could i have some explanation about that part ? i don't really know its signification.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover I would like to use command from the NXPrdlib but i don't know what to use after reading it, i can load and store a choosen key (1234) but can't authenticate to ntag213 with a authcommand ...&lt;/P&gt;&lt;P&gt;Can someone help me finding function in c from the lib that i have to use ?&lt;/P&gt;&lt;P&gt;I suppose i can't change directly CFG0/1 and PWD the first time because i tried and it didn't work with phalmful_write() function.&lt;/P&gt;&lt;P&gt;Furthermore I don't really get the difference with Mifare Key that is 6 bytes long that is to say 2 bytes longer than phkey ... [A part is done in &lt;A href="http://github.com/arith/RealTime-NFC-Reader/blob/master/source/nfc.h"&gt;this source&lt;/A&gt; but it is not clear.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benjamin&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2017 10:46:32 GMT</pubDate>
    <dc:creator>benjaminlevy</dc:creator>
    <dc:date>2017-08-23T10:46:32Z</dc:date>
    <item>
      <title>How to Secure NFC using NTAG213 and NXP Reader Lib</title>
      <link>https://community.nxp.com/t5/NFC/How-to-Secure-NFC-using-NTAG213-and-NXP-Reader-Lib/m-p/704861#M2632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;My question is similar to &lt;A href="https://stackoverflow.com/questions/43284612/how-to-access-the-ntag213-nfc-interaction-counter"&gt;the one here&lt;/A&gt;, but since it is not answered i'll ask mine here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to set configuration on Mirror, mirror page, AUTH0, PROT, CFGLCK, NFC_CNT_EN, AUTHLIM, PWD and PACK included in pages 41 to 44 of the NTAG213 memory. I've read all the &lt;A href="http://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf" rel="nofollow noreferrer"&gt;datasheet of NTAG213&lt;/A&gt; and the library user manuel in &lt;A href="http://www.nxp.com/docs/en/user-guide/UM10663.pdf"&gt;this source&lt;/A&gt; but I still can't find my answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more detail : I want to set a password and have to connect to the data only if I have the password. The configuration that i want are described as followed and are in relation with chapter 8.5 for memory organisation of NTAG213 datasheet and 8.5.7 Configuration pages on the same document. I know exactly the configuration i want :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;CFG0 :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MirrorConf____________0b0&lt;/LI&gt;&lt;LI&gt;Mirror_byte___________0b0&lt;/LI&gt;&lt;LI&gt;RFUI__________________0b0 default&lt;/LI&gt;&lt;LI&gt;STRGMOD_EN____________0b1&lt;/LI&gt;&lt;LI&gt;RFUI__________________0b0&lt;/LI&gt;&lt;LI&gt;RFUI__________________0x00&lt;/LI&gt;&lt;LI&gt;MirrorPAge____________0x00&lt;/LI&gt;&lt;LI&gt;AUTH0_________________0xFF&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;CFG1 :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PROT__________________0b1&lt;/LI&gt;&lt;LI&gt;CFGLCK________________0b0&lt;/LI&gt;&lt;LI&gt;RFUI__________________0b0 default&lt;/LI&gt;&lt;LI&gt;NFC_CNT_EN____________0b1&lt;/LI&gt;&lt;LI&gt;NFC_CNT_PWDPROT_______0b0&lt;/LI&gt;&lt;LI&gt;AUTHLIM_______________0b000&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PWD : (my password)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1&lt;/LI&gt;&lt;LI&gt;2&lt;/LI&gt;&lt;LI&gt;3&lt;/LI&gt;&lt;LI&gt;4&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PACK : could i have some explanation about that part ? i don't really know its signification.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover I would like to use command from the NXPrdlib but i don't know what to use after reading it, i can load and store a choosen key (1234) but can't authenticate to ntag213 with a authcommand ...&lt;/P&gt;&lt;P&gt;Can someone help me finding function in c from the lib that i have to use ?&lt;/P&gt;&lt;P&gt;I suppose i can't change directly CFG0/1 and PWD the first time because i tried and it didn't work with phalmful_write() function.&lt;/P&gt;&lt;P&gt;Furthermore I don't really get the difference with Mifare Key that is 6 bytes long that is to say 2 bytes longer than phkey ... [A part is done in &lt;A href="http://github.com/arith/RealTime-NFC-Reader/blob/master/source/nfc.h"&gt;this source&lt;/A&gt; but it is not clear.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benjamin&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 10:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-Secure-NFC-using-NTAG213-and-NXP-Reader-Lib/m-p/704861#M2632</guid>
      <dc:creator>benjaminlevy</dc:creator>
      <dc:date>2017-08-23T10:46:32Z</dc:date>
    </item>
  </channel>
</rss>

