зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
25 строки
626 B
Plaintext
25 строки
626 B
Plaintext
https://gitlab.com/cryptsetup/cryptsetup
|
|
|
|
https://www.archlinux.org/packages/core/x86_64/cryptsetup/
|
|
pacman -Ss cryptsetup
|
|
|
|
sudo cryptsetup
|
|
luksUUID /dev/sdX
|
|
luksOpen /dev/sdX <name>
|
|
old syntax
|
|
open /dev/sdX <name>
|
|
new syntax
|
|
close <name>
|
|
luksDump /dev/sdX
|
|
|
|
http://unix.stackexchange.com/questions/206476/cryptsetup-dm-crypt-plain-mode-using-keyfile-and-passphrase
|
|
|
|
https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt
|
|
|
|
ctmg:
|
|
https://git.zx2c4.com/ctmg/about/
|
|
|
|
whats new:
|
|
http://www.opennet.ru/opennews/art.shtml?num=47728
|
|
http://www.saout.de/pipermail/dm-crypt/2017-December/005771.html
|