61
Views
1
Comments
Invalid length for a Base-64 char array
Question
in my extensions started giving an error.

appears "Invalid length for a Base-64 char array" or "Invalid character in a Base-64 string"

appears in many extensions, for example appear in "
Decrypt"

ERROR:

Message:
Invalid length for a Base-64 char array.
Stack:
at System.Convert.FromBase64String(String s)
at OutSystems.NssCrypto.CssCrypto.MssDecrypt(String ssCipherText, String ssPassword, String& ssClearText)
at ssAutoBlog.RssExtensionCrypto.MssDecrypt(HeContext heContext, String inParamCipherText, String inParamPassword, String& outParamClearText)

can anyone help?
2016-04-21 20-09-55
J.
 
MVP
perhaps you can check this: https://stackoverflow.com/questions/858761/what-causing-this-invalid-length-for-a-base-64-char-array


There are some answers which may be applicable to your case.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.