{ 'startDS' : False,
'loadBackend' : False }
'Clu: Base64: Encode'
{
'subcommand' : 'encode',
'rawData' : 'hello world'
}
'Base64 returns matching encoded data (%s)' % Result
'Base64 returns non matching data (%s)' % Result
'Clu: Base64: Decode'
{
'subcommand' : 'decode',
'encodedData' : 'aGVsbG8gd29ybGQ='
}
'Base64 returns matching decoded data (%s)' % Result
'Base64 returns non matching data (%s)' % Result
{
'stopDS' : False
}