I'm trying to create a Kali encrypted persistent Live USB. after booting from my USB I ran the command;
sudo cryptsetup --verbose --verify-passphrase luksFormat/dev/sdh2
And entered my desired password twice, unfortunately it always stops with an error saying;
zsh: killed sudo cryptsetup --verbose --verify-passphrase luksFormat /dev/sdh2
How can I solve this?