encpass.sh
encpass.sh copied to clipboard
Lightweight solution for using encrypted passwords in shell scripts
Thanks for the useful (and well thought out) tool. Key files are named per the originating script. If the user has named that script as a dot file, `encpass.sh` will...
Running `encpass.sh lock` on macOS aborts with following error: ``` Enter Password to lock keys: Confirm Password: Locking key bucket1... usage: enc -ciphername [-AadePp] [-base64] [-bufsize number] [-debug] [-in file]...
If interested, I updated encpass_help_prog() to work on macOS Ventura (probably earlier too) with the following: - "man -l" error output uses "illegal" instead of "invalid" - to use "mandoc...