A script to create, mount and umount LUKS encrypted disk image files.
Go to file
Kevin MacMartin 3e4dedc95e Clean up the help text 2023-11-09 17:26:28 -05:00
LICENSE Change the license from GPLv3 to MIT so people aren't restricted by how they can use this if they find it useful (I'm the only author and I give myself permission to do this) 2020-11-15 23:34:12 -05:00
README.md Change the license from GPLv3 to MIT so people aren't restricted by how they can use this if they find it useful (I'm the only author and I give myself permission to do this) 2020-11-15 23:34:12 -05:00
cryptobox Clean up the help text 2023-11-09 17:26:28 -05:00

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