'base64: encode option' { 'subcommand' : 'encode', 'rawData' : 'hello world' } 'SUCCESS: RC=%s, Results %s' % (RC,Result) 'ERROR : RC=%s, Result=%s' % (RC,Result) 'base64: decode option' { 'subcommand' : 'decode', 'encodedData' : 'aGVsbG8gd29ybGQ=' } 'SUCCESS: RC=%s, Results %s' % (RC,Result) 'ERROR : RC=%s, Result=%s' % (RC,Result)