-
Notifications
You must be signed in to change notification settings - Fork 37
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
Ability to decode a private key entry #18
Comments
Take a look at this example https://github.com/pavel-v-chernykh/keystore-go/blob/master/examples/pem/main.go |
That example uses only "storepasswd" (in |
Unfortunately, this feature not supported :( |
@pavel-v-chernykh thank you for the answer. It would be cool to add this feature =) |
Oh, good work! API is a bit strange, but it works excellent. Thank you a lot! |
@Fi5t I'm glad to help! |
@pavel-v-chernykh thanks! I'll review it in the comming days. |
Does this library have the ability to decrypt a private key entry? I haven't found nor examples and docs about it.
The text was updated successfully, but these errors were encountered: