Because of my previous command return
Exception in thread “main” java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
According to your advices, I tried the followinf commande line :
jvm\jvm\bin\java.exe -cp common\lib\wm-caf-common.jar;common\lib\ext\slf4j-API.jar;common\lib\wm-scg-security.jar;common\lib\wm-scg-core.jar;common\lib\ext\enttoolkit.jar com.webMethods.caf.common.CipherUtil password_to_encrypt
Because the java tfv command line for slf4j-API references the org/slf4j/LoggerFactory.class.
So After trying that, I have the followinf error :
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
{AES}g2crJA/aj+fx/8FwFHE9IbjusY5830koFdRJ2qSPirg=
In a way this is refere to a class that SLF4J tools can not load.
But in other way, it look like if the system return me the password (encrypt) with the prefixe {AES}
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine