You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I activate the encryption, I get this error :
"The input is not a valid Base-64 string because it contains a non-Base-64 character, more than two padding characters, or an illegal character among the padding characters. "
Please see attachment.
Thank you for your help
The text was updated successfully, but these errors were encountered:
Hi @Nisaba , I was having the same problem, the value of the salt property defined by default contains an invalid character. Use a value of type "Guid" which should work. That's what solved it for me.
Hello,
If I activate the encryption, I get this error :
"The input is not a valid Base-64 string because it contains a non-Base-64 character, more than two padding characters, or an illegal character among the padding characters. "
Please see attachment.
Thank you for your help
The text was updated successfully, but these errors were encountered: