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

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