// side - Hence, we have to generate a password substitute.
// In other words, we cannot figure what the original password was -
// Strong Password Substitution (USRSSBPWD) cannot be supported for
// targets which can't access or decrypt passwords on their side.
//
messageDigest.reset();
byte[] bytePasswd = null;
byte[] userBytes = StringUtil.toHexByte(userName, 0, userName.length());
if (SanityManager.DEBUG)