Categories
What is the command to decrypt the key encrypted in base64?
The key was encrypted with this command:
ENCODE_KEY = base64.b64encode(bytes(str(KEY), 'ascii'))
Answer the question
In order to leave comments, you need to log in
Obviously, the "team"KEY = base64.b64decode(ENCODE_KEY)
KEY = base64.b64decode(ENCODE_KEY)
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question