|
Secure passwords are encrypted when stored. They can then be used in the setlogin() and
sqlconnect() code block functions in place of a plain text password value. Use "store:ID"
in place of plain text, and the password for the ID will be substituted. For example,
instead of setlogin("johnq","password"), a rule set could use setlogin("johnq","store:john.q"),
and the system would lookup the password stored under ID "john.q" at run time.
|