dolbyman wrote:with new firmwares and lvm probably futile

dolbyman wrote:with new firmwares and lvm probably futile
mdt390 wrote:Hello everyone, which command did you use:
cryptsetup luksOpen /dev/sdc3 encdis
or
cryptsetup luksOpen /dev/sdc3 encdisk --key-file=/tmp/mykey.key
?
In my case I have no key, just the password.
Thank you!
Code: Select all
echo -n $(openssl passwd -1 -salt 'YCCaQNAP') > qnap.key
Code: Select all
strings /dev/sdb6 | grep ENCK
Code: Select all
ENCK=$1$YCCaQNAP$encryptedpassword
Code: Select all
echo -n '$1$YCCaQNAP$encryptedpassword' > qnap.key