Skip to content

Commit c3bc79a

Browse files
committed
Update readmes
1 parent 522208e commit c3bc79a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootloaders/encrypted/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
For security you **must** replace private.pem and privateaes.bin with your own keys, and ivsalt.bin with your own per-device salt. The AES key should also be different for each device. Make sure you **don't lose your keys and salts**, else you may not be able to boot code on your device.
1+
For security you **must** replace private.pem and privateaes.bin with your own keys, and ivsalt.bin with your own per-device salt. Make sure you **don't lose your keys and salts**, else you may not be able to update the code on your device.
22

33
Your signing key must be for the _secp256k1_ curve, in PEM format. You can create a .PEM file with:
44

encrypted/hello_encrypted/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
For security you **must** replace private.pem and privateaes.bin with your own keys, and ivsalt.bin with your own per-device salt. The AES key should also be different for each device. Make sure you **don't lose your keys and salts**, else you may not be able to boot code on your device.
1+
For security you **must** replace private.pem and privateaes.bin with your own keys, and ivsalt.bin with your own per-device salt. Make sure you **don't lose your keys and salts**, else you may not be able to update the code on your device.
22

33
Your signing key must be for the _secp256k1_ curve, in PEM format. You can create a .PEM file with:
44

0 commit comments

Comments
 (0)