I'm using XML to get job information out of VisualCron, e.g. http://localhost:8001/VisualCron/xml/Variable/List
But the value stored in the variable is encoded/encrypted, e.g.
<ValueObject>cwOVa24MplCK68tIq2yd2+0fII2gxRVK8UIghzrVi9EecC4XAxINaw==</ValueObject>
How can I extract the actual value from this?