encrypt_string

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

Description

Uses the provided public key to encrypt the specified string.

Usage

Shell

Function

Bash

encrypt_string --key <path> <source string>

PowerShell

encrypt_string -key <path> <source string>

  • key is the fully qualified path of the public key file

  • source string is the string to be encrypted