As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Tutorial A5 Breaking AES-256 Bootloader

37 bytes removed, 16:26, 20 June 2016
Bootloader Design
Commands sent to the bootloader look as follows:
<pre>+------+------+------+ ... +------+------+------+------+
| 0x00 | Encrypted Block (16 Bytes) | CRC-16 |
+------+------+------+ ... +------+------+------+------+</pre>
The CRC uses the 16-bit CRC-CCITT polynomial (0x1021). The LSB of the calculated CRC-16 is sent first, followed by the MSB. The bootloader responds with a single byte indicating if the CRC-16 was OK or not:
<pre> +------+</pre><blockquote><dl><dt>CRC-OK: | 0xA1 |</dt><dd><p> +------+</p><p> +------+</p></dd><dt>CRC Failed: | 0xA4 |</dt><dd><p> +------+</p></dd></dlpre></blockquote>
==== Encrypted Block ====
Approved_users
510
edits

Navigation menu