metaplex-foundation / python-api

136 stars 86 forks source link

Where are we supposed to get the Decryption Key? #30

Open kalpshah18 opened 2 years ago

kalpshah18 commented 2 years ago

The README.md does not clearly state how we are supposed to get the decryption key. No examples are also given. Please elaborate on this topic and give some examples in the README.

crypt0miester commented 2 years ago

Fernet is used all over cryptography sir. you might want to google that.

you could provide the encryption key and decrypt it whenever and wherever.