manip

Commands to manipulate files. These commands can (scramble and/or encrypt) and/or (descramble and/or decrypt) files or strings by strategies:

  1. whole

  2. per-line

  3. per-word

  4. per-delimiter

usage: enc manip [-h] [-v | -q] {randomize,offset,identity,strenc}

Positional Arguments

manipulator_subcommand

Possible choices: randomize, offset, identity, strenc

The file manipulator subcommand.

Named Arguments

-v, --verbose
Specify verbosity level as -v, -vv or -vvv.

By default the VCS (Git) or OS call command logs are always displayed. For more fine grain tuning on the verbosity of logs use: -v to show INFO logs additionally. -vv to show INFO and DEBUG logs additionally. -vvv to show INFO, DEBUG and TRACE logs, this level also enables exception tracebacks.

-q, --quiet
Quiet logs as -q, -qq or -qqq.

By default the VCS (Git) or OS call command logs are always displayed. For more fine grain tuning on quietness of logs use: -q to Disable VCS (git) or OS call command logs and WARNINGS; ERROR and FATAL will still show. -qq to Additionally disable ERRORS; FATAL logs will still show. -qqq to Disable full logging.