Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 715 Bytes

luks-helper

Helper scripts to mount and unmount luks secret file. Make mountable encrypted volume with luks.

Dependencies

  • losetup
  • dd
  • cryptsetup
  • tune2fs

Usage

luksEnv - setup

Here are env variables to use. There are two ways to configure scripts:

  • tweak the luksEnv itself
  • export vars within luksEnv

luksCreate - create your secret file

luksMount - mount your secret file

luksUmount - unmount it

Development

Install shellcheck: https://github.com/koalaman/shellcheck#installing

Kudos