Disk Settings: add possibility to change encryption phrase/keyfile

This commit is contained in:
bergware
2023-10-11 21:41:39 +02:00
parent e8cef12319
commit 79476b0a84

View File

@@ -91,7 +91,7 @@ if (isset($_POST['newinput'])) {
break;
case 'file':
file_put_contents($newkey,base64_decode(explode(';base64,',_var($_POST,'newdata',';base64,'))[1]));
$luks = 'luksKey&luksKeyfile';
$luks = 'luksKey=&luksKeyfile';
$data = $newkey;
break;
}