DESCRIPTION
    This utility encrypts the user input and provides an encrypted output
for the input. This utility cannot operate in silent mode. The utility makes
sure that the user input is not visible on the screen.

SYNTAX
opatch util encryptValue  [-invPtrLoc <Path to oraInst.loc> ]
                          [-jre <LOC> ] [-oh <ORACLE_HOME> ]

OPTIONS   
       -invPtrLoc
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.

       -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. Both -jdk and -jre options cannot
              be specified together. OPatch will display error in
              that case.
            
       -oh
              The oracle home to work on. This takes precedence over
              the ORACLE_HOME environment variable.
