The syntax for the command
is:
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)
Your command line should be similar to the
following, where
admin is given as the password to encrypt.
For Windows:
%RATIONAL_COMMON%/JAVA5.0/jre/bin/java -classpath cqregistry.jar com.ibm.rational.security.PasswordCrypt -encrypt admin