commit 9110ccd9d16c1cb25e9694cd426e299c0655f1da
parent 7a98ee8ba64885c1161958956d8f2fd2e6413380
Author: Jaromil <jaromil@dyne.org>
Date: Sun, 29 Jan 2017 21:54:46 +0100
really use key-size 512 on luksFormat
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomb b/tomb
@@ -1614,7 +1614,7 @@ lock_tomb_with_key() {
_message "Formatting Luks mapped device."
_cryptsetup --batch-mode \
- --cipher ${cipher} --key-size 256 --key-slot 0 \
+ --cipher ${cipher} --key-size 512 --key-slot 0 \
luksFormat ${nstloop}
[[ $? == 0 ]] || {
_warning "cryptsetup luksFormat returned an error."