Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Last active August 29, 2015 14:23
Show Gist options
  • Save michaelrice/ee0ef6edf045c6ac7e44 to your computer and use it in GitHub Desktop.
Save michaelrice/ee0ef6edf045c6ac7e44 to your computer and use it in GitHub Desktop.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment