Closed uisgebach closed 2 years ago
I get the message: unassigned.devices: luksOpen result: No key available with this passphrase.
unassigned.devices: luksOpen result: No key available with this passphrase.
the changes you made in the mount function adds a line break to the password. when i remove the line break I can mount my disk:
@file_put_contents($luks_pass_file, $pass."\n"); @file_put_contents($luks_pass_file, $pass);
Fixed in the latest update.
I get the message:
unassigned.devices: luksOpen result: No key available with this passphrase.
the changes you made in the mount function adds a line break to the password. when i remove the line break I can mount my disk: