Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Saving secret_key and public key #36

Open
CarlosMoralesSal opened this issue Dec 6, 2019 · 1 comment
Open

Saving secret_key and public key #36

CarlosMoralesSal opened this issue Dec 6, 2019 · 1 comment

Comments

@CarlosMoralesSal
Copy link

I'm trying to save the secret_key and public_key in a file to use it after that in other files. How can I do that?. I see the method save, but I don't know how to use it.

Thanks so much

@Arman001
Copy link

Pickling works like a charm here, just use pickle dump method which will store your keys and then using load you can load keys from files.

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

No branches or pull requests

2 participants