LUKS-OPs Code
A bash script to automate the most basic usage of LUKS volumes in Linu
Brought to you by:
ninja254
File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2014-12-06 |
![]() |
[945769] added logical test before mounting |
README.md | 2015-05-06 |
![]() |
[d9d243] Added Gitter badge |
luks-ops.sh | 2015-02-27 |
![]() |
[fc7500] Fixed some typos & broken lines |
A bash script to automate the most basic usage of LUKS and Cryptsetup in Linux.
Like:
There is an option for a menu:
luks-ops.sh menu
Other options include:
1) luks-ops.sh new DISKNAME 512
2) luks-ops.sh mount /path/to/device MOuntPoint
3) luks-ops.sh unmount-all
4) luks-ops.sh clean
5) luks-ops.sh usage
NB: Run as root.
The LUKS website at http://code.google.com/p/cryptsetup/
The cryptsetup FAQ, contained in the distribution package and online at http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions
The cryptsetup mailing list and list archive, see FAQ entry 1.6.
The LUKS on-disk format specification available at http://code.google.com/p/cryptsetup/wiki/Specification