암호화 된 디렉토리 (homedir이 아님)를 원합니다 / testdata.
다음 명령과 매개 변수를 사용하여 암호화했습니다.
root@pc:~# mount -t ecryptfs /testdata/ /testdata/
Passphrase:
Select cipher:
1) aes: blocksize = 16; min keysize = 16; max keysize = 32
2) blowfish: blocksize = 8; min keysize = 16; max keysize = 56
3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24
4) twofish: blocksize = 16; min keysize = 16; max keysize = 32
5) cast6: blocksize = 16; min keysize = 16; max keysize = 32
6) cast5: blocksize = 8; min keysize = 5; max keysize = 16
Selection [aes]:
Select key bytes:
1) 16
2) 32
3) 24
Selection [16]:
Enable plaintext passthrough (y/n) [n]:
Enable filename encryption (y/n) [n]: y
Filename Encryption Key (FNEK) Signature [b9fc92f854a4c85b]:
Attempting to mount with the following options:
ecryptfs_unlink_sigs
ecryptfs_fnek_sig=b9fc92f854a4c85b
ecryptfs_key_bytes=16
ecryptfs_cipher=aes
ecryptfs_sig=b9fc92f854a4c85b
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],
it looks like you have never mounted with this key
before. This could mean that you have typed your
passphrase wrong.
Would you like to proceed with the mount (yes/no)? : yes
Would you like to append sig [b9fc92f854a4c85b] to
[/root/.ecryptfs/sig-cache.txt]
in order to avoid this warning in the future (yes/no)? : yes
Successfully appended new sig to user sig cache file
Mounted eCryptfs
이 명령은 다음 파일을 만듭니다.
root@pc:~# cat .ecryptfs/sig-cache.txt
b9fc92f854a4c85b
이제 이전에 사용한 암호를 변경하고 싶습니다. ecryptfs-rewrap-passphrase
명령을 찾았 지만 올바른 경로에 있는지 확실하지 않습니다.
root@pc:~# ecryptfs-rewrap-passphrase .ecryptfs/sig-cache.txt
Old wrapping passphrase:
New wrapping passphrase:
New wrapping passphrase (again):
Error: Unwrapping passphrase failed [-5]
Info: Check the system log for more information from libecryptfs
/var/log/syslog
말한다 :
Jul 13 13:16:19 pc ecryptfs-rewrap-passphrase: ecryptfs_unwrap_passphrase: PK11_CipherOp() error; SECFailure = [-1]; PORT_GetError() = [-8188]
나는 ecryptfs와 관련하여 초보자 지위를 가지고 있으며 여기에서 깨달음에 감사드립니다.
ecryptfs-rewrap-passphrase
이 작업에 적합한 도구가 아니라고 생각합니다 .home/.ecryptfs
암호화 된 디렉토리를 가진 사용자가 없기 때문에 디렉토리 가 없습니다 . 수동으로 암호화 된 디렉토리에서 비밀번호 문구를 변경하는 방법이 있습니까?