Helper scripts to mount and unmount luks secret file. Make mountable encrypted volume with luks.
- losetup
- dd
- cryptsetup
- tune2fs
luksEnv
- setup
Here are env variables to use. There are two ways to configure scripts:
- tweak the
luksEnv
itself - export vars within
luksEnv
luksCreate
- create your secret file
luksMount
- mount your secret file
luksUmount
- unmount it
Install shellcheck: https://github.com/koalaman/shellcheck#installing