Invalid character in a Base-64 string when Concatenating and Url encoding a string
- by Rob
I’m trying to write some encryption code that is passed through a Url. For the sake of the issue I’ve excluded the actual encryption of the data and just shown the code causing the problem.
I take a salt value, convert it to a byte array and then convert that to a base64 string. This string I concatenate to another base64 string (which was…