-
Version 1.12 Stable
released this
2022-04-08 00:34:14 +08:00 | 918 commits to master since this releaseThis version adds the following features:
- Capability to store and retrieve arbitrary binary files. It can save and recover any data file up to 4 kB of size.
- Real Time Clock to set and get current datetime.
- Time counter to count seconds from boot.
- Press-to-confirm feature to require user confirmation when loading a private/secret key to perform signature, decrypt, etc. With it, we can ensure that no malicious application is able to sign documents silently.
- Capability to enable or disable press-to-confirm feature dynamically without reinitializing the device.
Full Changelog: https://github.com/polhenarejos/pico-hsm/compare/v1.10...v1.12
Downloads