Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello I am having an issue with this function

Base64.decode(encodedPass);

From

com.sun.org.apache.xml.internal.security.utils.Base64

for some strings it gives and error and for others dont.


this is the error

You must initialize xml-security library correctly before you use it call the static method com.sun.org.apache.xml.internal.security.Init.init() to do that before you use any functionality from that library.

The problem is that I done have that library referenced on my project and it only happens on certain strings

Any help please.

Thank you
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900