A script that makes it easy to create, mount and unmount encrypted images in Linux using LUKS
- cryptsetup
- util-linux:
- losetup
- mkfs
- coreutils:
- dd
- create:
c|-c|--create [filename] [filesystem] [size-in-mb]
- mount:
m|-m|--mount [filename] [mountpoint]
- umount:
u|-u|--unmount [mountpoint]
- help:
h|-h|--help
Written by Kevin MacMartin
This script is open source and MIT licensed