Hi,
I'm using Convert.ToBase64String to encrypt a connection string. On my dev. pc everything works as it should. On the customers machine (with his connection string - which includes password=***** - if that's of intrest) I get:
"invalid character in a base-64 string".
After some searching on the internet, I understand that the base-64 character set may be rather limited.
What convert should I use to encrypt a connection string?
Thanks for any help
David
I'm using Convert.ToBase64String to encrypt a connection string. On my dev. pc everything works as it should. On the customers machine (with his connection string - which includes password=***** - if that's of intrest) I get:
"invalid character in a base-64 string".
After some searching on the internet, I understand that the base-64 character set may be rather limited.
What convert should I use to encrypt a connection string?
Thanks for any help
David