Stefan Reimer's web blog
Projects, ideas or business opportunities around FOSS and security in the Greater Vancouver area? Contact me...

Encrypted disks using dmcrypt

Add a key from file to your partition

  • generate key file
    head -c 32 < /dev/urandom | uuencode -m - | grep -v begin | head -c 32 > key_file
  • add key into slot
    cryptsetup luksAddKey /dev/luksPartition key_file

    Post your comments...

    © Startux.de | Design by: LernVid.com