Ubuntu18.04如何用gpg命令对文件进行加密
发布时间:2023-4-21 14:02:09 来源: 纵横云
Ubuntu18.04如何用gpg命令对文件进行加密
Ubuntu18.04如何用gpg命令对文件进行加密呢?本文给出详细说明。
1.创建一个文本文件,并添加内容
echo "test" > test.txt

2.使用gpg命令对文件进行加密,需要输入两次密码确认
gpg -c test.txt


本文来源:
http://www.zonghengcloud.com/article/10480.html
[复制链接]
链接已复制