• Adding a Nuke Password for Extra Safety
  • parted /dev/sdb mkpart primary 3000 MB 55%




    Download 11,68 Mb.
    Pdf ko'rish
    bet146/174
    Sana15.01.2024
    Hajmi11,68 Mb.
    #137314
    1   ...   142   143   144   145   146   147   148   149   ...   174
    Bog'liq
    Kali-Linux-Revealed-2021-edition

    parted /dev/sdb mkpart primary 3000 MB 55%
    parted /dev/sdb mkpart primary 55% 100%
    mkfs.ext4 -L demo /dev/sdb3
    [...]
    mount /dev/sdb3 /mnt
    echo ”/ union” >/mnt/persistence.conf
    umount /mnt
    cryptsetup --verbose --verify-passphrase luksFormat /dev/sdb4
    [...]
    cryptsetup luksOpen /dev/sdb4 kali_persistence
    [...]
    mkfs.ext4 -L work /dev/mapper/kali_persistence
    [...]
    mount /dev/mapper/kali_persistence /mnt
    echo ”/ union” >/mnt/persistence.conf
    umount /mnt
    cryptsetup luksClose /dev/mapper/kali_persistence
    And that’s all. You can now boot the USB key and select from the new boot menu entries as needed!
    Adding a Nuke Password
    for Extra Safety
    Kali provides a
    cryptsetup-nuke-password
    package that modifies
    cryptsetup
    ’s early
    boot scripts to implement a new feature: you can set a
    nuke password
    which—when
    used—will destroy all keys used to manage the encrypted partition.
    250
    Kali Linux Revealed


    This can be useful when you travel a lot and need a quick way to ensure your data
    cannot be recovered. When booting, just type the nuke password instead of the real
    one and it will then be impossible for anyone (including you) to access your data.
    Before using that feature, it is thus wise to make a backup copy of your encryption
    keys and keep them at some secure place.
    You can configure a nuke password with this command (assuming that you have the
    package installed):
    dpkg-reconfigure cryptsetup-nuke-password
    More information about this feature can be found in the following tutorial:
    è
    https://www.kali.org/tutorials/nuke-kali-linux-luks/

    Download 11,68 Mb.
    1   ...   142   143   144   145   146   147   148   149   ...   174




    Download 11,68 Mb.
    Pdf ko'rish

    Bosh sahifa
    Aloqalar

        Bosh sahifa



    parted /dev/sdb mkpart primary 3000 MB 55%

    Download 11,68 Mb.
    Pdf ko'rish