<?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>Secure AuthenticationのトピックRe: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1951983#M1691</link>
    <description>I hope NXP will respond to my query as soon as possible.</description>
    <pubDate>Wed, 11 Sep 2024 09:59:14 GMT</pubDate>
    <dc:creator>AnilRathod</dc:creator>
    <dc:date>2024-09-11T09:59:14Z</dc:date>
    <item>
      <title>interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1944450#M1671</link>
      <description>&lt;P&gt;How to communicate&amp;nbsp;SE050 with&amp;nbsp; nordic controller using I2C? if any driver or reference code is available then please provide.&lt;/P&gt;&lt;P&gt;also how to generate AES 128 key and store in&amp;nbsp;SE050?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 11:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1944450#M1671</guid>
      <dc:creator>AnilRathod</dc:creator>
      <dc:date>2024-08-30T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1945206#M1673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228603"&gt;@AnilRathod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually&amp;nbsp;nordic controller is not supported by the MW, but maybe you can start with the nano package and port it to&amp;nbsp;nordic controller by yourself. Please kindly refer to&amp;nbsp;&lt;A href="https://github.com/NXPPlugNTrust/nano-package" target="_blank"&gt;https://github.com/NXPPlugNTrust/nano-package&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 07:12:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1945206#M1673</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-09-02T07:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1945331#M1676</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;BR /&gt;Thank you for your response,&lt;BR /&gt;To generate an AES 128 key using the SE050 over I2C, do I need to know the I2C register address values? If so, could you please provide a list of these addresses? Additionally, is STM32 controller support included in the Middleware (MW)? If yes, could you provide a reference code?</description>
      <pubDate>Mon, 02 Sep 2024 08:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1945331#M1676</guid>
      <dc:creator>AnilRathod</dc:creator>
      <dc:date>2024-09-02T08:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1946030#M1679</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228603"&gt;@AnilRathod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, SE05x has no registers inside, you just have to issue APDU commands to the device following the T=1 Over I2C Spec which you need not investigate if you develop your application based on the MW which already includes the implementation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STM32 is not supported by the MW either, if you want to use STM32 instead, you still have to do the porting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 08:05:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1946030#M1679</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-09-03T08:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1946152#M1681</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;BR /&gt;Thank you for your response,&lt;BR /&gt;&lt;BR /&gt;I am referring to the WriteSymmKey command from the SE050 APDU specification document to create C-APDU commands for AES 128 key creation and writing into the SE050.&lt;BR /&gt;&lt;BR /&gt;I have some questions regarding the parameters of the WriteSymmKey command.&lt;BR /&gt;&lt;BR /&gt;int8_t AES128[12] = {&lt;BR /&gt;0x5A, // NAD&lt;BR /&gt;?, // PCB&lt;BR /&gt;?, // LEN&lt;BR /&gt;0x03, // P1&lt;BR /&gt;0x00, // P2&lt;BR /&gt;?,// TLV[TAG_POLICY]?&lt;BR /&gt;?, //TLV[TAG_MAX_ATTEMPTS]?&lt;BR /&gt;?,//TLV[TAG_1]?&lt;BR /&gt;?,//TLV[TAG_2]?&lt;BR /&gt;?,//TLV[TAG_3]?&lt;BR /&gt;?,// CRC1&lt;BR /&gt;?// CRC2 };&lt;BR /&gt;&lt;BR /&gt;(1)Which PCB Value I Want to Take for create and write AES 128?&lt;BR /&gt;(2)How to Calculate the LEN?&lt;BR /&gt;(3)which value i want to take for TLV[TAG_POLICY],TLV[TAG_MAX_ATTEMPTS],TLV[TAG_1],TLV[TAG_2],TLV[TAG_3]?&lt;BR /&gt;(4)How to Calculate the CRC1 &amp;amp; CRC2?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 09:44:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1946152#M1681</guid>
      <dc:creator>AnilRathod</dc:creator>
      <dc:date>2024-09-03T09:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1947878#M1682</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228603"&gt;@AnilRathod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly refer to&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN12543" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN12543&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=UM11225" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=UM11225&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 06:36:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1947878#M1682</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-09-05T06:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1948190#M1683</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt; ,&lt;BR /&gt;Thank you for your response,&lt;BR /&gt;&lt;BR /&gt;I reviewed documents AN12543 and UM11225, and used them to create an array for storing values.&lt;BR /&gt;for generate &amp;amp; write AES 128 key below T=1 &amp;amp; APDU parameter is right or not?&lt;BR /&gt;&lt;BR /&gt;please help me to create the AES 128 key.&lt;BR /&gt;uint8_t AES128[18] = {&lt;BR /&gt;0x5A, // NAD&lt;BR /&gt;?, // PCB&lt;BR /&gt;?, // LEN&lt;BR /&gt;0x80,//CLA&lt;BR /&gt;0x01,//INS&lt;BR /&gt;0x03, // P1&lt;BR /&gt;0x00, // P2&lt;BR /&gt;?,// TLV[TAG_POLICY]?&lt;BR /&gt;?,//TLV[TAG_POLICY_CHECK]?&lt;BR /&gt;?, // TLV[TAG_MAX_ATTEMPTS]?&lt;BR /&gt;?,//TLV[TAG_1]?&lt;BR /&gt;?,//TLV[TAG_2]?&lt;BR /&gt;?,//TLV[TAG_3]?&lt;BR /&gt;?,//TLV[TAG_4]?&lt;BR /&gt;?,//TLV[TAG_5]?&lt;BR /&gt;?,//TLV[TAG_11]?&lt;BR /&gt;?,// CRC1?&lt;BR /&gt;?// CRC2 ?};  &lt;BR /&gt;(1)Which PCB Value I Want to Take for create and write AES 128?&lt;BR /&gt;(2)How to Calculate the LEN?&lt;BR /&gt;(3)which value i want to take for TLV[TAG_POLICY],TLV[TAG_POLICY_CHECK],&lt;BR /&gt;TLV[TAG_MAX_ATTEMPTS],TLV[TAG_1],TLV[TAG_2],TLV[TAG_3],TLV[TAG_4],TLV[TAG_5],TLV[TAG_11]?&lt;BR /&gt;(4)How to Calculate the CRC1 &amp;amp; CRC2?</description>
      <pubDate>Thu, 05 Sep 2024 11:19:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1948190#M1683</guid>
      <dc:creator>AnilRathod</dc:creator>
      <dc:date>2024-09-05T11:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1951983#M1691</link>
      <description>I hope NXP will respond to my query as soon as possible.</description>
      <pubDate>Wed, 11 Sep 2024 09:59:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1951983#M1691</guid>
      <dc:creator>AnilRathod</dc:creator>
      <dc:date>2024-09-11T09:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: interface SE050 with nordic controller using I2C and generate AES 128 Key</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1958475#M1697</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228603"&gt;@AnilRathod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is not recommended using raw APDU command in your application, as it can be easily probed via the I2C lines, you have to secure the channel at first, and such kind of functionalities have all been implemented in the MW(&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=SE05x-PLUG-TRUST-MW&amp;amp;appType=license" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.nxp.com/webapp/Download?colCode=SE05x-PLUG-TRUST-MW&amp;amp;appType=license&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;), you may simply develop your own application code based on the MW which will help you with the command frame construction , no need to take additional time to develop another similar MW.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you think the full MW is too complicated to port, you may start with the nano version,&amp;nbsp;&lt;A href="https://github.com/NXPPlugNTrust/nano-package" target="_blank"&gt;https://github.com/NXPPlugNTrust/nano-package&lt;/A&gt;&amp;nbsp;, as I mentioned before.&amp;nbsp; Please kindly refer to the following for more details.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1726815741707.png" style="width: 656px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/300281i4F32657A1FEDFC80/image-dimensions/656x128?v=v2" width="656" height="128" role="button" title="Kan_Li_0-1726815741707.png" alt="Kan_Li_0-1726815741707.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 07:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/interface-SE050-with-nordic-controller-using-I2C-and-generate/m-p/1958475#M1697</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-09-20T07:03:51Z</dc:date>
    </item>
  </channel>
</rss>

