You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "token_extractor.py", line 233, in encrypt_rc4
return base64.b64encoder.encrypt(payload.encode()).decode()
AttributeError: module 'base64' has no attribute 'b64encoder'
Raspbian GNU/Linux 10 (buster)
Debian GNU/Linux 10 (buster)
The former version (Tag 1.1)
return base64.b64encode(r.encrypt(payload.encode())).decode()
works for me.
The text was updated successfully, but these errors were encountered: