Skip to content

Instantly share code, notes, and snippets.

@ssvb
Created November 3, 2014 15:44
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 ssvb/8cf97b2830d67143bc05 to your computer and use it in GitHub Desktop.
Save ssvb/8cf97b2830d67143bc05 to your computer and use it in GitHub Desktop.
LUKS
cryptsetup -v --cipher serpent-xts-plain64 --key-size 512 --hash sha512 --iter-time 5000 --use-random luksFormat /dev/sdb
From: http://www.semanticlab.net/index.php/Encryption_hacks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment