sharplispers / ironclad

A cryptographic toolkit written in Common Lisp
BSD 3-Clause "New" or "Revised" License
166 stars 28 forks source link

write keys to pem file or gen keys from pem file? #69

Closed mooseyboots closed 6 months ago

mooseyboots commented 6 months ago

is this library able to save keys to files in pem format? or to generate a keypair based on a pem private key? i'm trying to figure out http signatures in CL, following python and ruby code tutorials. in both cases they generate keypairs based on private key pem files, which were generated using openssl on the command line.

(i'm sorry if this is obvious, i'm a bluntlisper not a sharp one.)