Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 817 Bytes

File metadata and controls

54 lines (36 loc) · 817 Bytes

cryptoluks

Cryptoluks the easy way.

This repository is meant to help anyone create an encrypted file using Linux native tools.

Tools used:

  • cryptsetup
  • docker

docker on a macOS (or linux) host

Requirements

brew install coreutils
brew cask install docker

build

./bin/build.sh

run

./bin/run.sh
./bin/cryptoluks.sh

cryptoluks_run.gif

run the bin/cryptoluks.sh directly on the Linux host

sudo apt-get -y install \
  cryptsetup exfat-fuse exfat-utils sudo

run

./bin/cryptoluks.sh

Credit

Thanks to: