我有一个带有加密主目录的新 Ubuntu 10.04 安装(使用 Ubuntu 安装程序提供的内置加密)。
停止使用加密的最简单方法是什么?(即,永久解密我的主目录。)
(它给我带来了内核更新问题,我只想减少我在安装时遇到的所有麻烦。)
我弄乱了我的文件......再次......现在我担心一旦我退出,我是否能够再次登录。有没有办法测试基本文件是否都在那里?
lightdm,输入我的密码并能够使用我的加密文件,并且应该在登录后解密。ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase,它向我显示密码。~/.ecryptfs我有auto-mount auto-umount Private.mnt Private.sig wrapped-passphrase。一本 Ecryptfs 手册说:
$ man ecryptfs-setup-private
FILES
~/.ecryptfs/auto-mount
~/.Private - underlying directory containing encrypted data
~/Private - mountpoint containing decrypted data (when mounted)
~/.ecryptfs/Private.sig - file containing signature of mountpoint passphrase
~/.ecryptfs/Private.mnt - file containing path of the private directory mountpoint
~/.ecryptfs/wrapped-passphrase - file containing the mount passphrase, wrapped with the login passphrase
~/.ecryptfs/wrapping-independent - this file exists …Run Code Online (Sandbox Code Playgroud)