How to mount an encrypted volume from a live ISO
If you destroyed somehow your Linux system, which has an encrypted volume, and you want to log into this, but booting is not working, boot from a live ISO, and type:
lsblk -f
you will see sda1
oder sdb1
as your encrypted system
this decrypt it and mount it (for example sda1)
sudo cryptsetup luksOpen /dev/sda1 crypted_sda1
Enter passphrase for /dev/sda1:
after entering the passphrase you can see that this is now decrypted