A script to create, mount and umount LUKS encrypted disk image files.
Find a file
2020-11-11 01:01:11 -05:00
cryptobox Rewrite the script using best practices, way more error checks, nice colour output and an updated encryption algorithm for new images 2020-11-11 00:56:37 -05:00
LICENSE Added more information to the README and a LICENSE 2014-05-29 15:42:16 -04:00
README.md Fix the list indentation in the readme 2020-11-11 01:01:11 -05:00

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 licensed under the GPLv3.