Cryptoluks the easy way.
This repository is meant to help anyone create an encrypted file using Linux native tools.
Tools used:
- cryptsetup
- docker
- brew install
brew tap caskroom/cask
brew install coreutils brew cask install docker ./bin/build.sh ./bin/run.sh ./bin/cryptoluks.sh sudo apt-get -y install \ cryptsetup exfat-fuse exfat-utils sudo ./bin/cryptoluks.sh Thanks to:
- gw0/docker-alpine-kernel-modules for kernel compilation steps.
