If I open a SSH session, I can pass it the password, and it is unencrypted. But if I open a tcl session, the password stays encrypted.
call get_param.fftc#get_param ${arg[1]} password save as password, has a RM query, value() open ssh device command typeset a=\ command [query password value()] perform substitutions Command field contains an encrypted value command echo $a ==>password open tcl shell command set a \ command [query password value()] perform substitutions Command field contains an encrypted value command puts $a ==>encrypted=