Bon ça a finalement fini par fonctionner en utilisant le mode automatique:
ecryptfs-recover-private
Une chose bizarre cependant, la méthode automatique fonctionne en deux temps:
- dans un premier temps, elle vous demande le login passphrase: il s'agit du mot de passe de la session utilisé avec votre dossier crypté
- si vous ne vous en souvenez pas, il vous demande la passphrase, celle de 32 caractères
Chose étonnante dans mon cas, le premier choix n'a pas fonctionné, alors que le deuxième si...
root@guillaume-VGN-SZ2HP-B:~# ecryptfs-recover-private
INFO: Searching for encrypted private directories (this might take a while)...
INFO: Found [/media/guillaume/ed847d15-97b5-43b2-9eed-990e4dbc75cc/home/.ecryptfs/guillaume/.Private].
Try to recover this directory? [Y/n]: y
INFO: Found your wrapped-passphrase
Do you know your LOGIN passphrase? [Y/n] y
INFO: Enter your LOGIN passphrase...
Passphrase:
Inserted auth tok with sig [28fd1ca21baf356d] into the user session keyring
sed: impossible de lire /media/guillaume/ed847d15-97b5-43b2-9eed-990e4dbc75cc/home/.ecryptfs/guillaume/.Private/../.ecryptfs/Private.sig: Aucun fichier ou dossier de ce type
root@guillaume-VGN-SZ2HP-B:~# ecryptfs-recover-private
INFO: Searching for encrypted private directories (this might take a while)...
INFO: Found [/media/guillaume/ed847d15-97b5-43b2-9eed-990e4dbc75cc/home/.ecryptfs/guillaume/.Private].
Try to recover this directory? [Y/n]: y
INFO: Found your wrapped-passphrase
Do you know your LOGIN passphrase? [Y/n] n
INFO: To recover this directory, you MUST have your original MOUNT passphrase.
INFO: When you first setup your encrypted private directory, you were told to record
INFO: your MOUNT passphrase.
INFO: It should be 32 characters long, consisting of [0-9] and [a-f].
Enter your MOUNT passphrase:
INFO: Success! Private data mounted at [/tmp/ecryptfs.iK4SYgai].
root@guillaume-VGN-SZ2HP-B:~#
Donc sujet résolu pour ma part.
Cdt
Guillaume
PS: me suis senti un peu seul sur ce coup, mais si ça peut aider d'autres personnes 😃