You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IV salt is just a 16 byte binary file - you can create it the same way, replacing `128` with `16` and `privateaes.bin` with `ivsalt.bin` in the commands above.
22
+
The IV salt is just a 16 byte binary file - you can create it the same way, replacing `32` with `16` and `privateaes.bin` with `ivsalt.bin` in the commands above.
23
23
24
24
You will need to program your OTP using the `otp.json` file generated by the build in your build folder
25
25
NOTE: This will enable secure boot on your device, so only correctly signed binaries can then run, and will also lock down the OTP pages the AES key and IV salt are stored in.
The IV salt is just a 16 byte binary file - you can create it the same way, replacing `128` with `16` and `privateaes.bin` with `ivsalt.bin` in the commands above.
20
+
The IV salt is just a 16 byte binary file - you can create it the same way, replacing `32` with `16` and `privateaes.bin` with `ivsalt.bin` in the commands above.
21
21
22
22
You will need to program your OTP using the `otp.json` file generated by the build in your build folder
23
23
NOTE: This will enable secure boot on your device, so only correctly signed binaries can then run, and will also lock down the OTP pages the AES key and IV salt are stored in.
0 commit comments