Skip to content
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

I'm getting the private_keys, certs and secret_keys. Any idea how I can use them to decrypt something? #50

Open
kramer65 opened this issue Jun 4, 2019 · 0 comments

Comments

@kramer65
Copy link

kramer65 commented Jun 4, 2019

So I succesfully get the private_keys, certs and secret_keys. At least, it prints out this:

{u'mirthconnect': <jks.jks.PrivateKeyEntry object at 0x7f4dbe91f9d0>}
{}
{u'encryption': <jks.jks.SecretKeyEntry object at 0x7f4dbe91f950>}

Now I need to use them to decrypt a string I read from a database. But I'm kinda lost in the fact that I have 3 different parts. Any idea how I can use these to decrypt a string in Python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant