Step: cryptsetup ----------------------------------------------------------------------------- Use cryptsetup to set up encryption of a block device. Step keys: * `cryptsetup` — REQUIRED; tag of block device * `password` — REQUIRED; the encryption password * `name` — REQUIRED; name of the encrypted device when opened Example (in the .vmdb file): - cryptsetup: cleartext_pv0 password: hunter2 name: pv0