LUKS: Difference between revisions
Line 2: | Line 2: | ||
==Getting Started== | ==Getting Started== | ||
See [[Archwiki: dm-crypt/Device encryption]]. | See [[Archwiki: dm-crypt/Device encryption]]. | ||
<pre> | <pre> |
Revision as of 03:00, 21 July 2020
LUKS encryption
Getting Started
See Archwiki: dm-crypt/Device encryption.
cryptsetup -v --type luks --cipher aes-xts-plain64 --key-size 512 --hash sha512 \ --iter-time 3000 --use-urandom --verify-passphrase luksFormat <device>