【ubuntu】 ecryptfs加密(安装、使用、卸载)

【ubuntu】 ecryptfs加密(安装、使用、卸载)

一、安装软件与使用

1.安装ecryptfs

在终端下输入:

bash 复制代码
sudo apt-get install ecryptfs-utils

2.创建登录密码和挂载密码

bash 复制代码
ecryptfs-setup-private

输入密码。

最后两行,yes, no

bash 复制代码
Would you like to proceed with the mount (yes/no)?  yes  你从未用这个密码挂载过,是否继续?
Would you like to append sig [86a764759a1f7625] to
[/root/.ecryptfs/sig-cache.txt]
in order to avoid this warning in the future (yes/no)?  no  是否将此次挂载信息记录下来以免下次报警?
Not adding sig to user sig cache file; continuing with mount.

3. 挂载文件夹

mount -t ecryptfs /opt/test /opt/test

一直回车

4. 在文件夹里创建文档

5.卸载文件夹

umount -t ecryptfs /opt/test

2.卸载软件

1. 卸载private文件夹

由于我有一个private挂载了, 我先卸载

bash 复制代码
sudo umount /home/xiaoxin/Private

2. 删除.ecryptfs文件夹

bash 复制代码
(base) xiaoxin@xiaoxin:~$ ls -a
 .               .java                 .selected_editor
 ..              .local                sensors
 .bash_history   log                   snap
 .bash_logout    .mozilla              .sogouinput
 .bashrc         Music                 .ssh
 .cache          .nv                   .sudo_as_admin_successful
 .conda          .nvidia-settings-rc  'Sunlogin Files'
 .config         .pam_environment      Templates
 .dbus           Pictures              .thunderbird
 Desktop         .pki                  .ut_storage
 .dmrc           .presage              Videos
 Documents       .Private              .vscode
 Downloads       Private               .wget-hsts
 .ecryptfs       .profile              .Xauthority
 .gem            .psensor              .xinputrc
 .gnupg          Public                .xsession-errors
 .imagej         .python_history       .xsession-errors.old

根目录下删除

bash 复制代码
(base) xiaoxin@xiaoxin:~$ sudo rm -rf .ecryptfs

3. apt remove

bash 复制代码
sudo apt-get remove ecryptfs-utils libecryptfs0
相关推荐
watermelonoops2 分钟前
Deepin和Windows传文件(Xftp,WinSCP)
linux·ssh·deepin·winscp·xftp
woshilys34 分钟前
sql server 查询对象的修改时间
运维·数据库·sqlserver
疯狂飙车的蜗牛1 小时前
从零玩转CanMV-K230(4)-小核Linux驱动开发参考
linux·运维·驱动开发
恩爸编程2 小时前
探索 Nginx:Web 世界的幕后英雄
运维·nginx·nginx反向代理·nginx是什么·nginx静态资源服务器·nginx服务器·nginx解决哪些问题
Michaelwubo3 小时前
Docker dockerfile镜像编码 centos7
运维·docker·容器
远游客07133 小时前
centos stream 8下载安装遇到的坑
linux·服务器·centos
马甲是掉不了一点的<.<3 小时前
本地电脑使用命令行上传文件至远程服务器
linux·scp·cmd·远程文件上传
jingyu飞鸟3 小时前
centos-stream9系统安装docker
linux·docker·centos
好像是个likun4 小时前
使用docker拉取镜像很慢或者总是超时的问题
运维·docker·容器
超爱吃士力架4 小时前
邀请逻辑
java·linux·后端