latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

Create a sqlite storage inspector or dbdump to allow inspection of DB #33

Open Jakuje opened 6 months ago

Jakuje commented 6 months ago

At some points it might be helpful to be able to see the private properties of stored object that are not visible through the standard PKCS#11 interface.

Reading of the JSON files is cumbersome, but reading the sqlite format is much less user friendly now. It might be also used as a backup/restore tool later on, but it should not grow over to something like certtool, I think.