Die Syntax für den Befehl lautet wie folgt:
Usage: java -classpath cqregistry.jar com.ibm.rational.security.PasswordCrypt [-options] [password]
where options include:
-? -help print this help message
-genkey generate a new key
-encrypt encrypt the given password (in clear text)
-decrypt decrypt the given password (encoded in hexadecimal)
Ihre Befehlszeile sollte in etwa wie folgt lauten, wobei
admin das zu verschlüsselnde Kennwort bezeichnet.
Unter Windows:
%RATIONAL_COMMON%/JAVA5.0/jre/bin/java -classpath cqregistry.jar com.ibm.rational.security.PasswordCrypt -encrypt admin