diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 43 |
1 files changed, 23 insertions, 20 deletions
@@ -5,7 +5,7 @@    -[](https://www.codacy.com/gh/saturneric/GpgFrontend/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saturneric/GpgFrontend&utm_campaign=Badge_Grade) +[](https://www.codacy.com/gh/saturneric/GpgFrontend/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saturneric/GpgFrontend&utm_campaign=Badge_Grade)  [](https://app.fossa.com/projects/git%2Bgithub.com%2Fsaturneric%2FGpgFrontend?ref=badge_small) @@ -13,10 +13,10 @@ GpgFrontend is a Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free [OpenPGP](https://www.openpgp.org/) Crypto Tool. -By using GpgFrontend, you can quickly **encrypt and decrypt text or files**. Or at the same time as the above -operations, you can add **your own signature** to let others know that this document or this paragraph of text was -issued by you. It aims to allow ordinary users to quickly use gpg and make professional users more convenient. -GpgFrontend supports new features of OpenPGP. +By using GpgFrontend, you can quickly encrypt and decrypt text or files. Or at the same time as the above +operations, you can add your own signature to let others know that this document or this paragraph of text was +issued by you. Please **take the initiative to protect privacy in your own hands**, instead of relying on servers and +algorithms provided by large companies. **Notice:** GpgFrontend does not provide an embedded [gnupg](https://gnupg.org/) binary library and needs to be installed by the user. **This is to ensure safety and avoid code or binary files involved in encryption and decryption @@ -28,8 +28,7 @@ If you find this tool useful and promising, welcome to encourage me through STAR [>> Code & Binary Security](https://saturneric.github.io/GpgFrontend/index.html#/about/code-binary-verify) -[>> 中文文档](https://github.com/saturneric/GpgFrontend/blob/main/README_CN.md) - +[>> 简体中文文档](https://github.com/saturneric/GpgFrontend/blob/main/README_CN.md) <div align="center"> <img width="640" src="https://github.com/saturneric/Blob/blob/master/screenshots/main_mac.jpg?raw=true" alt="macOS Screenshot"/> @@ -104,7 +103,7 @@ awesome operations. 1. [Download](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) `gnupg-w32-******.exe` 2. Double Click it to install it -3. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from the latest release +3. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from the latest release 4. Unzip `gpgfrontend-windows-latest-*******.zip` 5. Go into the directory and double click `GpgFrontend.exe`. @@ -122,21 +121,21 @@ awesome operations. 1. Install gnupg (If you have already followed please skip) - For Debian/Ubuntu - ```shell - $ sudo apt update - $ sudo apt install gpg - ``` + ```shell + $ sudo apt update + $ sudo apt install gpg + ``` - For CentOS - ```shell - $ sudo yum install gnupg - ``` + ```shell + $ sudo yum install gnupg + ``` 2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from the latest release -3. Unzip gpgfrontend-ubuntu-16.04-*******.zip +3. Unzip gpgfrontend-ubuntu-16.04-**\*\*\***.zip - `ubuntu-16.04` shows that Linux distributions at the same time as 16.04 or later are supported. 4. Give `GpgFrontend-***.AppImage` permission to execute - ```shell - $ chmod u+x ./GpgFrontend-***.AppImage - ``` + ```shell + $ chmod u+x ./GpgFrontend-***.AppImage + ``` 5. Just double-click `GpgFrontend-***.AppImage` to run it. ## Document @@ -181,6 +180,10 @@ Feel free to dive in! [Open an issue](https://github.com/saturneric/GpgFrontend/ GpgFrontend itself is licensed under the [GPLv3](COPYING). +[](https://app.fossa.com/projects/git%2Bgithub.com%2Fsaturneric%2FGpgFrontend?ref=badge_large) + +### Dependency + There are some libraries and binary included in the zip-file which (may) have different licenses, for more information check their homepages. You can also obtain the sources from there. @@ -203,4 +206,4 @@ Bundles: [Link](https://developer.apple.com/library/archive/documentation/CoreFo The icons of this software use materials from [Alibaba Iconfont](!https://www.iconfont.cn/). The Alibaba vector icon library is free to use. The icons in the free library aren't registered as trademarks. There is no copyright issue -involved and can be used commercially. +involved and can be used commercially.
\ No newline at end of file |