<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AES ECB encryption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44201/aes-ecb-encryption</link><description>Hello, 
 I&amp;#39;m developing Win32 application, where I have to communicate with BLE device from our customer. At the beginning is simple application level authentication (with NONCE). Because of different language (Delphi) it&amp;#39;s neccessary to implement AES</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Feb 2019 11:26:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44201/aes-ecb-encryption" /><item><title>RE: AES ECB encryption</title><link>https://devzone.nordicsemi.com/thread/173447?ContentTypeID=1</link><pubDate>Thu, 28 Feb 2019 11:26:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6576508-b040-41f3-9d4f-60470b95e7dc</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S132/v6-1-0/group_nrf_soc_functions#ga79280d697e7ba03810c6473b0c7dab87"&gt;sd_ecb_block_encrypt()&lt;/a&gt;&amp;nbsp;function takes the key and clear text and produces the cipher text using &lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/ecb?305#concept_vnj_kgy_xr"&gt;ECB peripheral&lt;/a&gt;, so this is a hardware implementation. However, this is&amp;nbsp;AES ECB block encryption, so there are other software implementations out there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>