Created Securing a MicroPython system (markdown)
parent
d56ea8a3eb
commit
4024a0fc67
|
@ -0,0 +1,11 @@
|
|||
# Topics
|
||||
* Frozen code
|
||||
* Disabling the WebREPL
|
||||
* Disabling the Python compiler
|
||||
* `#define MICROPY_ENABLE_COMPILER 0`
|
||||
* Disable serial REPL access
|
||||
* Secure physical access
|
||||
* Port/vendor specific solutions
|
||||
* Encryption/Signing
|
||||
* Minimise attack surface
|
||||
* Shut down peripherals and network as much as possible
|
Loading…
Reference in New Issue