Skip to content

Instantly share code, notes, and snippets.

@alexjmacdonald
Created September 4, 2016 17:09
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 alexjmacdonald/cede4f110f9bf3974b13f823872dc72c to your computer and use it in GitHub Desktop.
Save alexjmacdonald/cede4f110f9bf3974b13f823872dc72c to your computer and use it in GitHub Desktop.
my defaults for cryptsetup luksFormat.
# defaults for a modern desktop
cryptsetup -v --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time [2000+] --use-random --verify-passphrase luksFormat [device]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment