Last active
January 31, 2017 22:24
-
-
Save hoto/c3e0b2c04fd30d72aa4aca5aaa2c2463 to your computer and use it in GitHub Desktop.
luks crypt partition (fedora)
This file contains 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
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