diff options
Diffstat (limited to '')
-rw-r--r-- | manual/_coverpage.md | 14 | ||||
-rw-r--r-- | manual/manual/encrypt-decrypt-file.md | 10 | ||||
-rw-r--r-- | manual/manual/encrypt-decrypt-text.md | 6 | ||||
-rwxr-xr-x | manual/manual/sign-verify-file.md | 10 | ||||
-rw-r--r-- | manual/manual/sign-verify-text.md | 12 |
5 files changed, 27 insertions, 25 deletions
diff --git a/manual/_coverpage.md b/manual/_coverpage.md index da36f21e..02ce9a30 100644 --- a/manual/_coverpage.md +++ b/manual/_coverpage.md @@ -1,30 +1,32 @@  # GpgFrontend + --- +   - -[](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) - **A Free, Easy-to-Use, Cross-Platform [OpenPGP](https://www.openpgp.org/) Crypto Tool.** - **One of the excellent GUI Frontends for Modern [GnuPG](https://gnupg.org/).** ## Brief Introduction -- You can quickly make encrypted documents or text. -- You can digitally sign your text or documents. -- You can easily manage all your gpg keys on your computer. +- Rapidly encrypt files or text. +- Digitally sign your files or text with ease. +- Conveniently manage all your GPG keys on your device. +- Transfer all your GPG keys between devices safely and effortlessly. ## Features - Cross-Platform, can run on **Windows, Linux and macOS**. - Open source, Installation-free and Free forever. -- Supports multiple languages. [Downloads](downloads.md) [Manual](overview.md) [Document](https://doxygen.gpgfrontend.bktus.com) <!-- 背景色 --> +  diff --git a/manual/manual/encrypt-decrypt-file.md b/manual/manual/encrypt-decrypt-file.md index cd1bea54..cbb5adf6 100644 --- a/manual/manual/encrypt-decrypt-file.md +++ b/manual/manual/encrypt-decrypt-file.md @@ -16,7 +16,7 @@ ASCII format. However, beginning with version 2.0.4, GpgFrontend now generates ciphertext files in binary format by default. This setting can be adjusted in the program's settings. - + ## File Browser @@ -25,7 +25,7 @@ Ctrl/Command + B. By using the file browser, you can navigate to your working directory and right-click on the file you wish to work with. This will open a pop-up menu, where you can select the operation you want to perform on the file. - + Located at the top of the file tab are two control buttons. The button on the left allows you to navigate up one level in the directory hierarchy, while the @@ -35,7 +35,7 @@ path. On the far right of the file tab, there is a button with useful options that you can select to show system files or hidden files. - + ### Encrypt & Sign @@ -47,7 +47,7 @@ private key to complete this operation. When the operation is complete, a file with the ".gpg" extension is generated. This file contains both encrypted content and signed content. - + ### Decrypt & Verify @@ -61,4 +61,4 @@ To encourage users to verify whether the ciphertext is signed or not when decrypting, Gpg Frontend does not provide a separate decryption operation for this. - + diff --git a/manual/manual/encrypt-decrypt-text.md b/manual/manual/encrypt-decrypt-text.md index e518b8b6..eebf21ec 100644 --- a/manual/manual/encrypt-decrypt-text.md +++ b/manual/manual/encrypt-decrypt-text.md @@ -37,7 +37,7 @@ After the encryption operation, no additional information will be displayed in the information board except for a prompt indicating whether the operation was successful. - + ### Encrypt Sign @@ -79,7 +79,7 @@ into GpgFrontend, and it will automatically select the appropriate private key for decryption. It is important to note that decryption must be performed with the private key associated with the public key used for encryption. - + When decrypting a ciphertext, it is not necessary to check the usage column in the key toolbox to determine if the key is valid for decryption. Instead, you @@ -108,4 +108,4 @@ always verify the signature during decryption, regardless of whether the encryptor has signed in advance. This helps to ensure the authenticity and integrity of the decrypted message. - + diff --git a/manual/manual/sign-verify-file.md b/manual/manual/sign-verify-file.md index 3e65af8e..5c770596 100755 --- a/manual/manual/sign-verify-file.md +++ b/manual/manual/sign-verify-file.md @@ -15,7 +15,7 @@ Before v2.0.4, the ciphertext files generated by GpgFrontend are all in ASCII format. But starting from v2.0.4, GpgFrontend will generate ciphertext files in binary format by default. you can change this setting in settings. - + ## File Browser @@ -24,7 +24,7 @@ Then by using the file browser, first enter your working directory. Then right-click the file you need to operate, and then select the operation you want in the pop-up menu. - + There are two control buttons at the top of the file tab. The one on the left is the up level, and the one on the right is to enter or refresh the corresponding @@ -33,7 +33,7 @@ path in the input box on the left. On the far right is a button with useful options that you can tick to show system files or hidden files. - + ### Sign @@ -42,7 +42,7 @@ generate a file with a sig or asc suffix, which contains the signature content. In this case, you need to pass this file along with the original file so that the other party can verify it. - + ### Verify @@ -53,4 +53,4 @@ When selecting a file with the sig suffix, make sure that the source file is also in this directory. This means that the name of the source file is just missing a sig suffix. -
\ No newline at end of file +
\ No newline at end of file diff --git a/manual/manual/sign-verify-text.md b/manual/manual/sign-verify-text.md index dcd3453a..82811773 100644 --- a/manual/manual/sign-verify-text.md +++ b/manual/manual/sign-verify-text.md @@ -14,7 +14,7 @@ By signing the text, you can show that you are the only and unchangeable certification with this text. You can just sign the text without encrypting the text like the following. - + To check whether the key can be used for signing, please check the usage column in the key toolbox on the right (letter S stands for signature). @@ -32,22 +32,22 @@ not been tampered with and that it came from the sender whose identity is verified by the digital signature.  +06-54](https://www.bktus.com/wp-content/uploads/2023/08/Peek-2022-01-12-06-54-16419417228411.gif) ## Verify Once you have obtained a plaintext and its corresponding signature, you can verify the signature using the public key of the signer. However, please note that this form of signature is not suitable for use in emails as it can make the -email less readable. +email less readable. - + To verify a signature with text, you need to have the corresponding public key for all included signatures. If a suitable public key for a signature is not found locally during verification, GpgFrontend will remind you to import it. - + ## Verify With Decrypt @@ -57,4 +57,4 @@ determine from the format of the ciphertext whether it has been signed or not. Therefore, it is a good habit to always use decryption operations with verification when possible. - + |