Logo

authenticator

authenticator

Export and import TOTP secrets

Usage: sos tools authenticator <COMMAND>

Commands:
  export  Export the TOTP secrets in an authenticator folder
  import  Import the TOTP secrets from a zip archive
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

export

Export the TOTP secrets in an authenticator folder

Usage: sos tools authenticator export [OPTIONS] <FILE>

Arguments:
  <FILE>  Output zip archive

Options:
  -a, --account <ACCOUNT>  Account name or address
  -q, --qr-codes           Include PNG images of the QR codes in the zip archive
  -h, --help               Print help

import

Import the TOTP secrets from a zip archive

Usage: sos tools authenticator import [OPTIONS] <FILE>

Arguments:
  <FILE>  Input zip archive

Options:
  -a, --account <ACCOUNT>          Account name or address
  -f, --folder-name <FOLDER_NAME>  Name used when creating a new authenticator folder
  -h, --help                       Print help