Skip to content

Instantly share code, notes, and snippets.

@meeuw
Created December 3, 2015 13:06
Show Gist options
  • Save meeuw/726c59467b5ec32af540 to your computer and use it in GitHub Desktop.
Save meeuw/726c59467b5ec32af540 to your computer and use it in GitHub Desktop.
#http://blog.alexjj.com/2014/04/quick-start-guide-to-dm-crypt-with-luks.html
cryptsetup benchmark
cryptsetup --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 5000 --use-random --verify-passphrase luksFormat /dev/sda2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment