Hi All,
I am using TrustedAuthenticatorTool to encrypt password, then I am using this encrypted password in virtual link component. However, when accessing virtual link to open document without asking for credentials, I am getting below error:
"Given final block not properly padded ".
More details are as below:
Command to encrypt password :
java -classpath "%CLASSPATH%;C:\software\Apache Tomact\apache-tomcat-7.0.28_21080\webapps\webtop\WEB-INF\classes;C:\software\Apache Tomact\apache-tomcat-7.0.28_21080\webapps\webtop\WEB-INF\lib\dfc.jar;C:\software\Apache Tomact\apache-tomcat-7.0.28_21080\webapps\webtop\WEB-INF\lib\commons-io-1.2.jar;C:\software\Apache Tomact\apache-tomcat-7.0.28_21080\webapps\webtop\WEB-INF\lib\aspectjrt.jar" TrustedAuthenticatorTool testuser
Virtual link used to open document :
http://localhost:21080/webtop/Cloud/TestImport/testDoc1
Also, I have observed that even after encryption dfc.keystore, wdk.keystore files are not getting updated.
Your quick help will be appriciated !
Thanks and Regards,
Pallavi