Zirkul DevSecOps
  • Welcome
  • DevSecOps
    • Getting started
    • Creating Jobs
    • Running Jobs
    • Azure DevOps Pipelines
    • Jenkins Pipelines
    • Job Script Syntax
    • Script templates
  • Zirkul Agent
    • Running the Agent
      • Command Line Interface
    • Command reference
      • Help
      • Clear
      • Var
      • Vars
      • Print
      • Date
      • Now
      • UTCNow
      • Day
      • Month
      • Year
      • Hour
      • Minute
      • Second
      • Env
      • Is base64
      • To base64
      • From base64
    • Scanner signatures
Powered by GitBook
On this page
  1. Zirkul Agent
  2. Command reference

Is base64

Return True or False if the value provided is encoded in Base64

Command:

is_base64

Syntax:

is_base64 <value>

Example:

> to_base64 "Hello World!"
SGVsbG8gV29ybGQh

> is_base64 "SGVsbG8gV29ybGQh"
True

> is_base64 "Random Value"
False

PreviousEnvNextTo base64

Last updated 10 months ago