pico-hsm-tool initialize erros #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
running script with initialize defaults ends with an error. setting --pin, --slot, --so-pin does not affect script behavior
picohsm = PicoHSM(args.pin)
but after that new error appears
if (picohsm.platform in (Platform.RP2350, Platform.ESP32)
and script runs with no errors
python env
Update pypicohsm to latest version.
@polhenarejos may i ask you help on resolving issue?
test from this repository runs with OK status except only RSA-PKCS-OAEP.
manual test with OAEP works
related system packages
i found a way how to resolve issue with RSA-PKCS-OAEP.
when using --decrypt 3 options should be specified --mechanism RSA-PKCS-OAEP --hash-algorithm=sha256 --mgf=MGF1-SHA256