Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 678 Bytes

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