Skip to content

Instantly share code, notes, and snippets.

@hoto
Last active January 31, 2017 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoto/c3e0b2c04fd30d72aa4aca5aaa2c2463 to your computer and use it in GitHub Desktop.
Save hoto/c3e0b2c04fd30d72aa4aca5aaa2c2463 to your computer and use it in GitHub Desktop.
luks crypt partition (fedora)
https://wiki.archlinux.org/index.php/Dm-crypt/Device_encryption
cryptsetup -v --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 5000 --use-random --verify-passphrase luksFormat <device>
cryptsetup -v --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 5000 --use-random --verify-passphrase luksFormat /dev/sda3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment