Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Pedro Coelho
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
?
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...