Relative Content

Tag Archive for pythonencryptionbase64

base64 encoding a script in python

I’m trying to encode a full python script into base 64 using the base64 package. I’ve been trying to find resources on this but everything I’ve seen is just about encoding a string. I tried following the instructions of method 1 on the top comment on this thread