Skip to main content

Module ui

Module ui 

Source
Expand description

Shared user interface utilities for displaying progress and results.

Functionsยง

display_decryption_success
display_encryption_success
display_error
display_file_info_list
Displays the listing. names_requested says whether original filenames were decrypted (a password was provided); without it only the plaintext header metadata is shown.
display_file_info_list_json
Prints the listing as a JSON array on stdout, for scripting. original_filename is null when names were not requested or a name could not be decrypted.
display_profiles
Prints every security profile with its Argon2id parameters (as written by the current format version), so the costs are inspectable without reading code.
display_progress
display_success
display_warning