mirror of
https://github.com/prurigro/cryptobox.git
synced 2024-11-22 06:04:10 -05:00
30 lines
728 B
Markdown
30 lines
728 B
Markdown
# 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
|
|
|
|
* [GitHub Projects](https://github.com/prurigro?tab=repositories)
|
|
* [Arch Linux AUR Packages](https://aur.archlinux.org/packages/?SeB=m&K=prurigro)
|
|
|
|
## License ##
|
|
|
|
This script is open source and licensed under the [GPLv3](http://www.gnu.org/copyleft/gpl.html).
|