Skip to main content

secrets.utils

display_secrets

def display_secrets(secrets: list[dict[str, str]]) -> None

Display a list of secrets in the console.

btoa

def btoa(value: str) -> str

Encode a string to base64.\n\nParameters\n----------\nvalue: str\n The string to encode.\n\nReturns\n-------\n str: Base64 encoded ascii string.