command
module
Version:
v0.0.0-...-fd5efd9
Opens a new window with list of versions in this module.
Published: Jan 27, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
script-wrapper
Wrapper for script file
command:
# encrypt script
./swrapper -m enc -p plain.sh -c plain.sh.enc
# execute script
./swrapper -m run -c plain.sh.enc
# args:
-p: Plain text file (Default: plain.sh)
-c: Cipher text file (Default: data.dat)
-m: Execute mode[enc/run] {enc: 'encrypt script', run: 'run script'}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.