When we use configure.sh for encrypting passwords for db schemas , are those using base64 encryption or some other encryption mechanism?
Can someone please confirm?
Discussion posts and replies are publicly visible
Based on this link, the thread stack shows base64:
https://community.appian.com/support/w/kb/1154/kb-1728-tomcat-fails-with-java-lang-illegalargumentexception-input-byte-array-has-wrong-4-byte-ending-unit/revision/1
INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [C:\App183new\tomcat\apache-tomcat\conf\Catalina\localhost\suite.xml]WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving referencejava.lang.IllegalArgumentException: Input byte array has wrong 4-byte ending unitat java.util.Base64$Decoder.decode0(Base64.java:704)at java.util.Base64$Decoder.decode(Base64.java:526)at java.util.Base64$Decoder.decode(Base64.java:549)at com.appiancorp.tomcat.encoding.EncodingCryptographer.decodePassword(EncodingCryptographer.java:25)
Hope this helps