<?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のトピックRe: Ntag424 dna</title>
    <link>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2043271#M12664</link>
    <description>&lt;P&gt;Thank you mr.&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245723"&gt;@Daniel_Gutierrez&lt;/a&gt;. Your comment really answered my questions.I really thank you again and again.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 09:03:44 GMT</pubDate>
    <dc:creator>Cihan29</dc:creator>
    <dc:date>2025-02-13T09:03:44Z</dc:date>
    <item>
      <title>Ntag424 dna</title>
      <link>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2038980#M12624</link>
      <description>&lt;P&gt;Hello, I need to get information about Ntag424 dna SUN features.firstly I need to explain that I want to use these nfc tags to make unique and safe url's , so whenever someone scan(they will scan only with phone) them their url must be change (something like dynamic value)actually I have couple of questions whose answers will explain everything.I want to ask some of my questions based on scenarios;&lt;/P&gt;&lt;P&gt;1- Is it possible for the URL in a card that I wrote a URL on using Sun features to change every time it is read? (For example, I scanned the card with my phone using a mobile application used to control the URL and saw the URL, will I see a different URL than the first URL I saw when I scan it the second time)&lt;/P&gt;&lt;P&gt;2-I want my encrypted URLs to be resolved on my web server, but will the phones transmit this encrypted URL to the browser because I can only decrypt this data on my server if I receive it from the browser?&lt;/P&gt;&lt;P&gt;3-Which nfc reader/writer and software should I choose for Ntag 424 dna tags that I want to write with using SUN features?&lt;/P&gt;&lt;P&gt;4-(this question is valid even if the answer to the first questions is negative) What can I do to make my url change the Ntag424 tag itself every time it is read? (for example the first url is &lt;A href="https://www.nxp.com/auth?c=8F3D1A2B&amp;amp;mac=5A6C7D8E9F012345" target="_blank"&gt;https://www.nxp.com/auth?c=8F3D1A2B&amp;amp;mac=5A6C7D8E9F012345&lt;/A&gt;&lt;BR /&gt;and after scanning it became &lt;A href="https://www.nxp.com/auth?c=9B5E3F4C&amp;amp;mac=7D8E9F0123456A6C" target="_blank"&gt;https://www.nxp.com/auth?c=9B5E3F4C&amp;amp;mac=7D8E9F0123456A6C&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 03:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2038980#M12624</guid>
      <dc:creator>Cihan29</dc:creator>
      <dc:date>2025-02-06T03:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ntag424 dna</title>
      <link>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2041172#M12651</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246468"&gt;@Cihan29&lt;/a&gt;, Good Day!&lt;/P&gt;
&lt;P&gt;Thank you very much for your interest in our products.&lt;/P&gt;
&lt;P&gt;Regarding the SUN/SDM feature of the NTAG 424, you will find that it offers a protected data exchange between the tag and the NFC Reader Device, and what happens is that it mirrors stored values from the NTAG memory onto the NDEF message which can be an URL. Some of these mirrored values include for example the tag's UID, an NFC tap counter and a unique authentication code (CMAC/MAC) for each tap and are attached as ASCII encoded text at the end of the URL. With this in mind, it makes sense that the data attached at the end of the link examples you provide changes, because in these cases we are seeing the CMAC followed by the MAC and these are codes that will change with every tap.&lt;/P&gt;
&lt;P&gt;Please refer to section 3 of the &lt;A href="https://www.nxp.com/docs/en/application-note/AN12196.pdf" target="_blank"&gt;NTAG 424 DNA Application Note&lt;/A&gt; to get a deeper understanding on Secure Dynamic Messaging and find some examples of URLs with mirrored data attached.&lt;/P&gt;
&lt;P&gt;When it comes to encrypting and decrypting the data mentioned above, you may find guidance in section 3.4.2.1 of the same document. You will find as well that you can handle the decrypting stage using a backend server, as you mentioned, one that shall know the keys used for the encryption. However, if you are trying to make the link accessible only after a successful decryption, you could consider encrypting the message as plain text and handle its decryption separately. For a detailed description of the encryption processes, please take a look at section 9.1.4 of the &lt;A href="https://www.nxp.com/docs/en/data-sheet/NT4H2421Gx.pdf" target="_blank"&gt;NTAG 424 DNA Data Sheet&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For testing purposes, you may use the &lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/CLRD730" target="_blank"&gt;PEGODA Contactless Smart Card Reader&lt;/A&gt; as well as software applications such as &lt;A href="https://www.nxp.com/applications/technologies/security/industrial-security/rfiddiscover:RFID-DISCOVER" target="_blank"&gt;RFIDDiscover&lt;/A&gt; or &lt;A href="https://www.nxp.com/design/design-center/software/rfid-developer-resources/nfc-tagwriter-app-by-nxp:NFC-TAGWRITER" target="_blank"&gt;NFC TagWriter App by NXP&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My best regards,&lt;BR /&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 20:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2041172#M12651</guid>
      <dc:creator>Daniel_Gutierrez</dc:creator>
      <dc:date>2025-02-10T20:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ntag424 dna</title>
      <link>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2043271#M12664</link>
      <description>&lt;P&gt;Thank you mr.&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245723"&gt;@Daniel_Gutierrez&lt;/a&gt;. Your comment really answered my questions.I really thank you again and again.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 09:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Ntag424-dna/m-p/2043271#M12664</guid>
      <dc:creator>Cihan29</dc:creator>
      <dc:date>2025-02-13T09:03:44Z</dc:date>
    </item>
  </channel>
</rss>

