Created
December 3, 2015 13:06
-
-
Save meeuw/726c59467b5ec32af540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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