Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i get a password ? Getting exception The input is not a valid Base-64 string as it contains a non-base 64 character... #31

Open
Csharper1972 opened this issue Jan 22, 2016 · 0 comments

Comments

@Csharper1972
Copy link

I'm using the code from the project the WhatsTest
And when i'm running the program i'm getting exception:
On this line:

return Convert.FromBase64String(this.password);

The exception is:

The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.

I didn't change the password variable content it's still : static string password = "xLl***************GSA=";
How do i get a new password if i need at all ? And how should i type/add it to the password string variable ?

Thank you.

@Csharper1972 Csharper1972 changed the title How do i get a password ? How do i get a password ? Getting exception The input is not a valid Base-64 string as it contains a non-base 64 character... Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant