Hi all,
We manufacture a data logger that records data from onto an SD card.
As part of this, we've been working on enabling encryption of the data directly on the SD card.
This is done using public/private key pairs.
To decode the data the private key will be required as input for the software/script.
However, we're unsure how to best guide our users on storing and parsing the private key for such purposes.
The decoding may be done via executables/CLI tools on a PC, or as part of scripts running on a server storing the data.
We'd appreciate any suggestions/thoughts in regards to how the private key would typically be stored.
- incl. if you have suggestions/examples for the specific file format/structure.
Thanks,
Martin