- files
Character. One or more filenames to encrypt/decrypt.
- directory
Character. Directory where the generated files will be saved (default: NULL).
- recursive
Boolean. Whether to recursively encrypt the input directory (default: FALSE).
- password
Character. Password for encryption (default: NULL, prompts if empty).
- short
Boolean. Hide "short password" warning (default: FALSE).
- decrypt
Boolean. Flag to decrypt files (default: FALSE).
- remember
Integer. Expiration in days for "Remember me" checkbox (default: NULL).
- salt
Character. 32-character hexadecimal string used as salt (default: NULL).
- share
Character. URL for auto-decrypting link (default: NULL).
- share_remember
Boolean. Auto-enable "Remember me" in the share link (default: FALSE).
- config
Character. Path to the config file (default: NULL).
- template
Character. Path to custom HTML template (default: NULL).
- template_button
Character. Label for the decrypt button (default: NULL).
- template_color_primary
Character. Primary color for the button (default: NULL).
- template_color_secondary
Character. Secondary color for the background (default: NULL).
- template_instructions
Character. Special instructions for the user (default: NULL).
- template_error
Character. Error message on wrong password (default: NULL).
- template_placeholder
Character. Placeholder for password input (default: NULL).
- template_remember
Character. Label for "Remember me" checkbox (default: NULL).
- template_title
Character. Title for the HTML page (default: NULL).
- template_toggle_hide
Character. Alt text for hiding the password (default: NULL).
- template_toggle_show
Character. Alt text for showing the password (default: NULL).
- print_cmd
Boolean. Whether to print the resulting command instead of executing it (default: FALSE).
- user_string
Character. A user-specified string to be appended to the command (default: NULL).