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
You might wanna update your script to remove the warning:
decrypt.py:76: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
p = base64.decodestring(bytes(password, 'utf-8'))