最近,我使用ecryptfs加密我的主目录chris。我的理解是,我的加密文件存储在/home/.ecryptfs/chris/.Private中,当我想查看它们时,它被挂载到/home/chris上。
我刚刚启动了我的Windows分区,看看是否还可以访问我的文件,并注意到我的主目录现在包含:
chris/
chris.wyDpBnFC/
.ecryptfs现在,我的困惑是,chris.wyDpBnFC/目录似乎是我可以读取的主目录的未加密副本?为什么会有这种情况?氪星是自动创建的吗?我应该删除它,这样我的文件就不能被读取,除非用我的密钥加密?
发布于 2015-07-14 16:25:09
显然,您运行了氪星人-迁移-回家,在其末尾,打印了以下指令:
========================================================================
Some Important Notes!
1. The file encryption appears to have completed successfully, however,
chris MUST LOGIN IMMEDIATELY, _BEFORE_THE_NEXT_REBOOT_,
TO COMPLETE THE MIGRATION!!!
2. If chris can log in and read and write their files, then the migration is complete,
and you should remove /home/chris.wyDpBnFC.
Otherwise, restore /home/chris.wyDpBnFC back to .
3. chris should also run 'ecryptfs-unwrap-passphrase' and record
their randomly generated mount passphrase as soon as possible.
4. To ensure the integrity of all encrypted data on this system, you
should also encrypt swap space with 'ecryptfs-setup-swap'.
========================================================================你需要回去做第(2)步;-)
充分披露:我是eCryptfs的作者和维护者。
https://askubuntu.com/questions/648062
复制相似问题