-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save the privatekey #31
Comments
It's merged in #38 |
@penumbra23 It looks like #38 only provides one direction (parse/from/import from a public or private key file). What I think would be nice is to be able to have functions like For example, given an
so that it (and an |
Yup sorry, my bad. Thought that this would go in the same feature (which seems to be logical). But for any purpose you can generate the keys somewhere offline, save it and import. |
My use case is I generate the keys in my app using this lib like so:
then I would like to persist to disk so that next time the app starts up, I can check if keys exist and use them (instead of generating a new set). Instead of using a built in Rust serializer, I would prefer to write out in ASN.1 notation. |
We have full pkcs1 & pcks8 support now, so closing this. |
Is there a feature that can save/export private key easily?
The text was updated successfully, but these errors were encountered: