Encode Files Encode and decode files in both OS Linux base64 -w0 <file> -------------> Encode file base64 -d file -------------> Decode file Windows certutil -encode payload.dll payload.b64 -------------> Encode file certutil -decode payload.b64 payload.dll -------------> Decode file