encodePassword command

Example:  Create an encoded password and save to a file
gateway83
Purpose and Usage
  • Use to encode a plain text password and pass as input to other commands.
  • Encoded passwords can be saved in a file, or copied and pasted into the command line.
  • You can specify the password to encode as an option value or read from standard in.
Example
:  
Create an encoded password and save to a file
$ ./GatewayMigrationUtility.sh encodePassword --password 5kN2Tn*4$8 --hideProgress > mypass.txt
Best_Practice_GMU7
Best_Practice_GMU7
 Restrict file permissions to protect password files.