treally use key-size 512 on luksFormat - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9110ccd9d16c1cb25e9694cd426e299c0655f1da
 (DIR) parent 7a98ee8ba64885c1161958956d8f2fd2e6413380
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 29 Jan 2017 21:54:46 +0100
       
       really use key-size 512 on luksFormat
       
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -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."