Skip to content

Encrypt

Victor Deon edited this page Oct 9, 2025 · 1 revision

The Encrypt tool can encrypt your credentials, so that it can be used safely in rcc. Just pass the credentials to encrypt in the --value parameter, the path to the location where you want to receive the .txt file with the encrypted string in the --output parameter.

Command Options

Required Parameters

--value [string]

Defines the string that you want to encrypt

  • Type: string
  • Example:
    rocketman Encrypt --value "mycredentialsstring"

Optional Parameters

--output [string]

The path to which you want to receive the encrypted string, if not passed the encrypted string will be printed into console.

  • Type: string
  • Example:
    rocketman Encrypt --value "mycredentialsstring" --output "/to/my/folder/encrypted.txt"

How to use encrypted strings

In any RCC tool in any parameter use the prefix ENC: and the generated encrypted string.

rocketman AppSetupHelper \
  --clientId "ENC:OGSPNBP1EGyYATPzmgCWV77YjpqOglzutjCYrdLconWyOZsa0Lg8TwEC4PDc8aINkEJuXxP2mT1yr4yolK0n7CqnCYZJfichMfpQlExQ84Q2kIgb08grXHdDmnypXv7VlK0Mz4lWA/s3fhNU/75T2tFvdYOGKXxKsABFUYIIGEpGq65X5BuVBeXJo/H0AjfKl23zt7F9W422Hen+JHCkY4M0P/MfdJ3zSY7g3w8y0UyJsmMUy+TxZfozLT0jsKZXVGpgNrjdaWgWPKz2dNxE44w/V32GKB4Q1/BZGX5xIiDxNf6Z6jIW4iRq7ikp8Fy5QenXK6zHzIuXfIfNGw==::VUY4zR4n/dg62QZGGzVSBovJDHrKxEtFJKdbdRyzZZ89fZxPFMJbD3vEiOGhrOGLve56DOmpzjJVf1qPvG6vWE8c+EBeh4KuRfaXvtNXnOW+WH/18pT3SGfXK5M=" \
  --clientSecret "ENC:XXPNDP1EGyYATPzmgCWV77YjpqOUdeGglzutjCYrdLconWyOZsa0Lg8TwEC4PDc8aINkEJuXxP2mT1yr4yolK0n7CqnCYZJfichMfpQlExQ84Q2kIgb08grXHdDmnypXv7VlK0Mz4lWA/s3fhNU/75T2tFvdYOGKXxKsAfFUYIIGEpGq65X5BuVBeXJo/jfKl23zt7F9W422Hen+JHCkY4M0P/MfdJ3zSY7g3w8y0UyJsmMUy+TxZfozLT0jsKZXVGpgNrjdaWgWPKz2dNxE44w/V32GKB4Q1/BZGX5xIiDxNf6Z6jIW4iRq7ikp8Fy5QenXK6zHzIuXfIfNGw==::VUY4zR4n/dg62QZGGzVSBovJDHrKxEtFJKdbdRyzZZ89fZxPFMJbD3vEiOGhrOGLve56DOmpzjJVf1qPvG6vWE8c+EBeh4KuRfaXvtNXnOW+WH/18pT3SGfXK5M=" \
  --computerName "..." \
  --case "upper"

CAUTION

Be careful when using the encrypted string, any white space, line break or extra character will cause decryption in the tool to fail.

Introduction

Resources

Tools

Misc

Pipeline

Submit an Issue

Clone this wiki locally