Crate fs_encrypt

Source
Expand description

§fs-encrypt

A CLI tool to encrypt/decrypt files and directories.

§Usage

fs-encrypt [encrypt | decrypt] [input_path] [output_path]

Functions§

parse_arguments
Parses raw CLI arguments to a formatted Args struct.
run
Encrypts or decrypts files and directories given arguments.