Decrypt selected `.encrypted` files or every `.encrypted` file in the current folder.
fileDecrypt(source=None)sourceType: path, iterable of paths, or None
Optional `.encrypted` input. If omitted, all `.encrypted` files in the current working folder are selected.
A list of `Path` objects for successfully decrypted files, or `None` if none can be decrypted.
fileDecrypt()fileDecrypt(source=["report.pdf.encrypted"])A wrong password is reported per file. Successfully decrypted files replace their `.encrypted` files.
When source is omitted, Toolvix discovers matching files in the current working folder. When source is supplied, only the supplied files are processed. This makes nested pipelines deterministic.