LUKS
De GioWiki.
Gio (discuter | contributions) (Page créée avec « Linux Unified Key Setup permet de chiffrer une partition via l'utilitaire cryptsetup. Tout d'abord, il va falloir installer le paquet cryptsetup apt-get install cryptsetup ... ») |
Gio (discuter | contributions) m |
||
Ligne 7 : | Ligne 7 : | ||
== Création du Luks == | == Création du Luks == | ||
Formater la partition luks | Formater la partition luks | ||
- | cryptsetup luksFormat -c aes-xts-plain - | + | cryptsetup luksFormat -c aes-xts-plain -h sha256 /dev/sdb2 |
Ouvrir la partition luks. Cette commande va créer le fichier privatekey sous /dev/mapper/ et nous permettre de gérer notre partition luks. | Ouvrir la partition luks. Cette commande va créer le fichier privatekey sous /dev/mapper/ et nous permettre de gérer notre partition luks. | ||
Ligne 35 : | Ligne 35 : | ||
== Création du Luks == | == Création du Luks == | ||
- | cryptsetup luksFormat -c aes-xts-plain - | + | cryptsetup luksFormat -c aes-xts-plain -h sha256 /dev/vg00/lv_private |
cryptsetup luksDump /dev/vg00/lv_private | cryptsetup luksDump /dev/vg00/lv_private | ||