Scroll to navigation

TROCLA(1) General Commands Manual TROCLA(1)

NAME

trocla - trocla executable

SYNOPSIS

trocla (--help | --version)
trocla [--config | --trace] SUBCOMMAND [ARGS]

DESCRIPTION

trocla is a password store for password creation and retrieval.

OPTIONS

Path to configuration file.
Show the help message and exit.
Show stack trace on failure.
Show the version number and exit.

SUBCOMMANDS

Create a random password (if not already stored in trocla) and store its plain text under the specified key. Some formats require additional options.

Use --length to define the length of the generated password.

Use --no-random to skip generating a random password if a plain password is not already available for this key.

Return a stored password (does not create one if absent).
Prompt for a plain password and save it under the appropriate key/format. Alternatively, the password may be supplied via standard input or using file redirection.

Use --no-format to supply an already-formatted password and store it without a corresponding plain password.

Use --password to supply the password on the command-line.

Recreate a salted shadow-style hash, without creating a new plain text password. If a plain password exists for this key, all the previously hashed passwords are deleted.
Delete the passwords at the specified key and (optionally) format.
List available and supported formats.
Search among the password store keys for the specified string (only available for Sequel and YAML backends). The string may be a regular expression.

BUGS

Bugs with this software may be reported to your distribution's bug tracker or upstream at https://github.com/duritong/trocla/issues

SEE ALSO

For more information, see /usr/share/doc/trocla/README.md

AUTHOR

Jérôme Charaoui

2023