Cryptsetup

    Decrypt and mount a device

    cryptsetup --batch-mode --cipher "aes-xts-plain64" --key-size 256 --hash "sha256" --iter-time NUMBER open "DEVICE" "NAME"
    

    Note: adapt the different parameters