Archos 5 Keystore
From ArchosDocs
The keystore is located at offset 0x010000 in flash memory.
| Name | Offset | Size | Type | Description |
|---|---|---|---|---|
| ProductName | 0x0000 | 16 | - | The name of the current product. This value is verified against the UNIT block in a .aos file update. |
| FEK | 0x0010 | 18 | AES | An AES key, it's always the same as the 10022 key, and it is named FEK in avos. |
| 10022 | 0x0022 | 18 | AES | The AES key used to decrypt an .aos file. |
| 10034 | 0x0034 | 144 | RSA | The second stage bootloader is verified with this key. |
| RelMPK | 0x00C4 | 144 | RSA | Public key, verifies a .aos update. |
| DevMPK | 0x0154 | 144 | RSA | Public key, verifies a .aos update. |
| PlugMPK | 0x01E4 | 144 | RSA | Public key, verifies a .aos update. |
| HDDMPK | 0x0274 | 144 | RSA | Public key, verifies a .aos update. |

