2020-11-11 00:56:37 -05:00
|
|
|
# Cryptobox
|
2014-05-28 20:56:12 -04:00
|
|
|
|
2020-11-11 00:56:37 -05:00
|
|
|
A script that makes it easy to create, mount and unmount encrypted images in Linux using LUKS
|
2014-05-29 15:42:16 -04:00
|
|
|
|
|
|
|
## Requirements ##
|
|
|
|
|
2020-11-11 00:56:37 -05:00
|
|
|
* **cryptsetup**
|
|
|
|
* **util-linux**:
|
2020-11-11 01:01:11 -05:00
|
|
|
* **losetup**
|
|
|
|
* **mkfs**
|
2020-11-11 00:56:37 -05:00
|
|
|
* **coreutils**:
|
2020-11-11 01:01:11 -05:00
|
|
|
* **dd**
|
2014-05-28 20:56:12 -04:00
|
|
|
|
|
|
|
## Usage ##
|
|
|
|
|
2020-11-11 00:56:37 -05:00
|
|
|
* **create**: `c|-c|--create [filename] [filesystem] [size-in-mb]`
|
|
|
|
* **mount**: `m|-m|--mount [filename] [mountpoint]`
|
|
|
|
* **umount**: `u|-u|--unmount [mountpoint]`
|
|
|
|
* **help**: `h|-h|--help`
|
2014-05-28 20:56:12 -04:00
|
|
|
|
2014-05-29 15:42:16 -04:00
|
|
|
## Credits ##
|
|
|
|
|
2020-11-11 00:56:37 -05:00
|
|
|
Written by Kevin MacMartin
|
|
|
|
|
|
|
|
* [GitHub Projects](https://github.com/prurigro?tab=repositories)
|
|
|
|
* [Arch Linux AUR Packages](https://aur.archlinux.org/packages/?SeB=m&K=prurigro)
|
2014-05-29 15:42:16 -04:00
|
|
|
|
2014-05-28 20:56:12 -04:00
|
|
|
## License ##
|
|
|
|
|
2020-11-15 23:34:12 -05:00
|
|
|
This script is open source and MIT licensed
|