Update README.md

This commit is contained in:
Pol Henarejos
2022-03-14 01:04:50 +01:00
committed by GitHub
parent 0a10fa4fbb
commit a018699283

View File

@@ -1,4 +1,4 @@
# Pico HSM
# Raspberry Pico HSM
This is a project to create a Hardware Security Module (HSM) with a Raspberry Pico. It converts your Pico board into a HSM which is able to generate and store private keys, encrypt or decrypt with AES or signing data without to disclose the private key. In detail, the private key never leaves the board and it cannot be retrieved as it is encrypted in the flash memory.
## Capabilities