Skip to content

prurigro/cryptobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A script to create, mount and umount LUKS encrypted disk image files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages