mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-05-11 01:38:21 +02:00
e59c0d08c443158ac845143b5804c23a83e04e1d
- PINs are never stored, neither in flash nor in RAM. - PINs are stored in flash in doubled salted way. - PINs are stored in RAM in single salted way. - SOPIN in RAM (single salted) is used to encrypt/decrypt DKEK. - PINs in RAM (single salted) are used to encrypt/decrypt private keys related with user/so pins. - DKEK is only used to export/import data. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
Fix when clearing file. It was omitting fid field and thus causing misalignment and corruption data.
Description
Languages
C
61.1%
Python
29.8%
Shell
6.4%
CMake
2%
Dockerfile
0.7%