<?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: Encrypt file with imx6 caam in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Encrypt-file-with-imx6-caam/m-p/688951#M106653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; please look at the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/433262"&gt;Example code on blob generation and usage on i.MX6UL platform&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2017 07:54:32 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2017-05-23T07:54:32Z</dc:date>
    <item>
      <title>Encrypt file with imx6 caam</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Encrypt-file-with-imx6-caam/m-p/688950#M106652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I&amp;nbsp; am looking for an example to encrypt and save a file with&amp;nbsp; individual aes key ( derived from internal imx6 key something similar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be helpful if someone can point to some Documentations or Examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a short description of the tasks I'm trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Encrypt a file and generate a blob:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Eg: encrypt.sh -f fileToEncrypt -o Blobfile &lt;BR /&gt;2. Decrypt the blob to generate the file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Eg: decrypt.sh -i Blob&amp;nbsp; -o decryptedFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternately:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encrypt.sh -i "TextToEncrypt" -o Blobfile&lt;BR /&gt;decrypt.sh -o Blobfile&amp;nbsp; &amp;gt; decryptedFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to create an encrypted file which cannot be decrypted on any other CPU.&lt;BR /&gt;Goal. It's schould not possible to decrypt the File on other CPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PS: I can't use OpenSSL and I don't want to encrypt the whole Image, only one file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 13:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Encrypt-file-with-imx6-caam/m-p/688950#M106652</guid>
      <dc:creator>achestnov</dc:creator>
      <dc:date>2017-05-22T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt file with imx6 caam</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Encrypt-file-with-imx6-caam/m-p/688951#M106653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; please look at the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/433262"&gt;Example code on blob generation and usage on i.MX6UL platform&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 07:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Encrypt-file-with-imx6-caam/m-p/688951#M106653</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-05-23T07:54:32Z</dc:date>
    </item>
  </channel>
</rss>

