<?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>nRF52832 AES128-ECB  S132(SDK12.1.0)Decrypt ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18261/nrf52832-aes128-ecb-s132-sdk12-1-0-decrypt</link><description>nrf_ecb_hal_data_t aes128_ecb; 
 aes128_ecb.key[16]= {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F}; 
 aes128_ecb.cleartext[16]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F}; 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Dec 2016 08:04:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18261/nrf52832-aes128-ecb-s132-sdk12-1-0-decrypt" /><item><title>RE: nRF52832 AES128-ECB  S132(SDK12.1.0)Decrypt ?</title><link>https://devzone.nordicsemi.com/thread/70520?ContentTypeID=1</link><pubDate>Fri, 09 Dec 2016 08:04:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:675bc92d-2065-4d82-ab68-0d71c418abbc</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;You have to encrypt / decrypt by xor&amp;#39;ing the ciphertext with the data you want to encrypt / decrypt. As shown in &lt;a href="https://devzone.nordicsemi.com/question/76994/aes-encryption-with-sd/"&gt;this&lt;/a&gt; very brief example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>