T
T
Ternick2018-09-22 11:02:47
Python
Ternick, 2018-09-22 11:02:47

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'))

How to decrypt to original state?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-09-22
@Ternick

Obviously, the "team"KEY = base64.b64decode(ENCODE_KEY)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question