1

So I installed Ubuntu 12.04 a few days ago and strangely I missed the part where we choose to encrypt home folder.

However I already ran the commands on this question (How to check if your home folder and swap partition are encrypted using terminal?) to check if home folder and swap partition are encrypted and they are.

So why is that Ubuntu did not provide me the cryptographic key the same way it happened when I installed Ubuntu 11.04???

Neptunno
  • 2,214

1 Answers1

1

Well, I still don't know why the passphrase for home folder encryption was not provided at first run, anyway, with a simple command in terminal, it is possible to get this passphrase.

ecryptfs-unwrap-passphrase

This is useful if it is ever needed to make a manual recovery of the data present in encrypted home folder, as described here:

https://help.ubuntu.com/community/EncryptedPrivateDirectory#Recovering_Your_Data_Manually

Neptunno
  • 2,214