红联Linux门户
Linux帮助

EncryptPad:自带加密功能的文本编辑器

发布时间:2016-07-23 17:04:44来源:topspeedsnail.com作者:斗大的熊猫
EncryptPad是开源的文本编辑器,源代码托管在Github,它的最大亮点是集成了强大的密码保护功能。EncryptPad使用密码或密钥文件加密文件,也可以同时使用两者。
 
EncryptPad is an application for viewing and editing symmetrically encrypted text. It also provides a tool for encrypting and decrypting binary files on disk. The application offers effective measures for protecting information with simple and convenient graphical and command line interface. The editor uses most widely chosen quality file format OpenPGP RFC 4880. Unlike other OpenPGP software which main purpose is asymmetric encryption, the primary focus of EncryptPad is symmetric encryption.
 
EncryptPad的图形界面基于QT,支持Windows、Mac OS X和Linux系统。
EncryptPad:自带加密功能的文本编辑器
EncryptPad不光能加密文本文件,还能加密图片、视频等二进制文件。
EncryptPad:自带加密功能的文本编辑器
这个应用简单易用,非常适合加密超级敏感数据。
 
安装EncryptPad
Windows和Mac OS X可以直接下载安装包,下载地址:https://github.com/evpo/EncryptPad/releases
 
Ubuntu从源码编译安装EncryptPad:
git clone https://github.com/evpo/EncryptPad  # 下载源码
sudo apt install build-essential qt5-default python  # 安装依赖
cd EncryptPad/
./configure.sh --all     # 编译,生成的可执行位于bin目录下
 
关于EncryptPad的更多信息:http://evpo.net/encryptpad/
使用教程:http://evpo.net/encryptpad/tutorials/tutorials.aspx
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22642.html