Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

decode base64 python

import base64
msg = base64.b64decode(msg)
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #decode #python
ADD COMMENT
Topic
Name
8+9 =