vmxConfigChecksum value in SOAP is:
ox991LwhCGLf2gntXqKkSPdqC+A=
I do a Base64.decode it and return it to the user as a byte[], and I just feel like I should be able to validate that
ox991LwhCGLf2gntXqKkSPdqC+A=
Parses into something meaningful. Should I care? Or should I just hand this decoded byte array off to the user and move on?