mirror of
https://github.com/prurigro/cryptobox.git
synced 2024-11-21 13:52:32 -05:00
816 B
816 B
Cryptobox
A script that wraps cryptsetup, mkfs and losetup to make it easy to create, mount and unmount encrypted image files using LUKS.
Usage
- cryptobox: displays the list of commands
- cryptobox c filename.img filesystem size-in-mb: creates an image file filename.img with the filesystem filesystem and size of size-in-mb. eg:
cryptobox c myimg.img ext4 128
- cryptobox m filename.img /mount/point: mounts the image file filename.img on the directory /mount/point. eg:
cryptobox m myimg.img /mnt/cryptoimg
- cryptobox u /mount/point: unmounts the image file mounted on the directory /mount/point. eg:
cryptobox u /mnt/cryptoimg
License
This script is open source and licensed under the GPLv3.