Encrypt selected files or every non-`.encrypted` file in the current folder using one password.
fileEncrypt(source=None)sourceType: path, iterable of paths, or None
Optional file input. If omitted, every regular file in the current working folder except `.encrypted` files is selected.
A list of `Path` objects for the encrypted files, or `None` when no files are found.
fileEncrypt()fileEncrypt(source=["report.pdf", "notes.txt"])The password is requested interactively. Do not place sensitive passwords in source code or command history.
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.