mirror of https://github.com/prurigro/cryptobox
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
LICENSE | 2 years ago | |
README.md | 2 years ago | |
cryptobox | 1 year ago |
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