
지난 며칠 동안 많은 소프트웨어를 설치했는데 그 중 일부는 KXStudio Repositories에서 설치했는데 재부팅이 필요했고 이제 컴퓨터가 부팅되고 cryptsetup이 나타나면 내 비밀번호가 인식되지 않습니다. 기본 OS 설치에서 키보드를 라틴 아메리카 레이아웃(스페인어)으로 구성했으며 내 cryptsetup 비밀번호는 다음과 같습니다.
==?#!123qwe22
시작할 때 US 키보드 레이아웃을 사용하면 첫 번째 문자와 일치하는 키를 사용하려고 하는데 작동하지 않습니다. 이제 Live CD로 부팅하여 시도해 보았습니다.
echo -n '==?#!123qwe22' | cryptsetup luksOpen /dev/sda3 sda3_crypt
하지만 작동하지 않습니다... (이 비밀번호에 사용할 수 있는 키가 없습니다.)
이것은 명령의 출력입니다.
cryptsetup --debug luksOpen /dev/sda3 sda3_crypt
cryptsetup 2.0.2 processing "cryptsetup --debug luksOpen /dev/sda3 sda3_crypt"
Running command open.
Locking memory.
Installing SIGINT/SIGTERM handler.
Unblocking interruption on signal.
Allocating context for crypt device /dev/sda3.
Trying to open and read device /dev/sda3 with direct-io.
Initialising device-mapper backend library.
Trying to load any crypt type from device /dev/sda3.
Crypto backend (gcrypt 1.8.1) initialized in cryptsetup library version 2.0.2.
Detected kernel Linux 5.3.0-53-generic x86_64.
PBKDF pbkdf2, hash sha256, time_ms 2000 (iterations 0), max_memory_kb 0, parallel_threads 0.
Reading LUKS header of size 1024 from device /dev/sda3
Key length 64, device size 1462597632 sectors, header size 4036 sectors.
Activating volume sda3_crypt using token -1.
Interactive passphrase entry requested.
Enter passphrase for /dev/sda3:
Activating volume sda3_crypt [keyslot -1] using passphrase.
dm version [ opencount flush ] [16384] (*1)
dm versions [ opencount flush ] [16384] (*1)
Detected dm-ioctl version 4.40.0.
Device-mapper backend running with UDEV support enabled.
dm status sda3_crypt [ opencount flush ] [16384] (*1)
Trying to open key slot 0 [ACTIVE_LAST].
Reading key slot 0 area.
Using userspace crypto wrapper to access keyslot area.
Trying to open key slot 1 [INACTIVE].
Trying to open key slot 2 [INACTIVE].
Trying to open key slot 3 [INACTIVE].
Trying to open key slot 4 [INACTIVE].
Trying to open key slot 5 [INACTIVE].
Trying to open key slot 6 [INACTIVE].
Trying to open key slot 7 [INACTIVE].
No key available with this passphrase.
Interactive passphrase entry requested.
저를 도와주시면 정말 감사하겠습니다. 절박합니다. :( 감사합니다.