sdmp / sdmp.github.io

The main front-page and docs for the sdmp project.
https://sdmp.io
2 stars 2 forks source link

Include specs for private key? #25

Closed saibotsivad closed 8 years ago

saibotsivad commented 8 years ago

I started writing the command line implementation and realized I needed to output the private key in some form.

Should the private key form be specified?

My general thoughts are: yes. An application can decide the most appropriate way to store a private key, but a general form should be defined, that way exporting/importing between applications is easier.

jmhobbs commented 8 years ago

PEM? It's pretty standard. PKCS#8 lets you do encrypted or unencrypted.

saibotsivad commented 8 years ago

Yeah, good call. :+1: