mirror of
https://github.com/prurigro/cryptobox.git
synced 2026-03-03 14:49:44 -05:00
A script to create, mount and umount LUKS encrypted disk image files.
- Shell 100%
| cryptobox | ||
| LICENSE | ||
| README.md | ||
Cryptobox
A script that makes it easy to create, mount and unmount encrypted images in Linux using LUKS
Requirements
- cryptsetup
- util-linux:
- losetup
- mkfs
- coreutils:
- dd
Usage
- create:
c|-c|--create [filename] [filesystem] [size-in-mb] - mount:
m|-m|--mount [filename] [mountpoint] - umount:
u|-u|--unmount [mountpoint] - help:
h|-h|--help
Credits
Written by Kevin MacMartin
License
This script is open source and MIT licensed