You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Utility for encrypting passwords and generating secure Keystores.  Make sure Saga_Server is downloaded and the SAGA_HOME environment variable has been set to the Saga_Server directory.

Encrypting a Password

Encrypted passwords are used in the Saga config.json file for a more secure configuration:

  1. Open a command console
  2. Go to the Saga_Server directory
  3. Enter:


    java -jar .\bin\saga-secure-1.3.0.5-SNAPSHOT.jar -ep=<your password> -path=<destination path> -config=config\config.json



  4. A file called pwd.txt should appear in the Saga_Server directory


  • No labels