<?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>topic Re: Data Encryption Decryption over LittleFS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1617375#M202887</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207613"&gt;@kotalamit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think it is possible. You can refer to the iee_apc_cm7 project in the SDK demo folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2023 06:36:37 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2023-03-17T06:36:37Z</dc:date>
    <item>
      <title>Data Encryption Decryption over LittleFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1614030#M202647</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our application based on IMXRT1170, we plan to have LittleFS over the Flash Memory. Since we plan to have user data being saved to be encrypted and decrypted as a routine feature, want to check if using the Inline Encryption Engine be an appropriate utility?&amp;nbsp; Any other insights/suggestion will also be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Kotal&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:40:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1614030#M202647</guid>
      <dc:creator>kotalamit</dc:creator>
      <dc:date>2023-03-13T11:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Encryption Decryption over LittleFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1617375#M202887</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207613"&gt;@kotalamit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think it is possible. You can refer to the iee_apc_cm7 project in the SDK demo folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 06:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1617375#M202887</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2023-03-17T06:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Encryption Decryption over LittleFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1617607#M202903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61241"&gt;@jingpan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. With reference to the example, you mentioned; in that there is only decryption of the data stored in flash. No encryption for the flash data storage.&lt;/P&gt;&lt;P&gt;Additionally, in reference manual section 7.10 it is mentioned as decrypting only over Flex SPI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit K&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 11:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1617607#M202903</guid>
      <dc:creator>kotalamit</dc:creator>
      <dc:date>2023-03-17T11:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Encryption Decryption over LittleFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1618173#M202936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207613"&gt;@kotalamit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, this is because flash programming use IP command, it doesn't use AHB bus. IEE can't help. You have to use IEE region 0 or other peripherals or software to encrypt the plaint text first, then do like the demo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 06:33:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Data-Encryption-Decryption-over-LittleFS/m-p/1618173#M202936</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2023-03-20T06:33:15Z</dc:date>
    </item>
  </channel>
</rss>

