diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | manual/_coverpage.md | 2 | ||||
-rw-r--r-- | manual/about/code-binary-verify.md | 2 | ||||
-rw-r--r-- | manual/features/sync-all-public-keys.md | 4 | ||||
-rw-r--r-- | manual/manual/encrypt-decrypt-file.md | 10 | ||||
-rw-r--r-- | manual/manual/encrypt-decrypt-text.md | 8 | ||||
-rw-r--r-- | manual/manual/generate-key.md | 12 | ||||
-rw-r--r-- | manual/manual/import-export-key-pair.md | 10 | ||||
-rw-r--r-- | manual/manual/key-server-operations.md | 12 | ||||
-rwxr-xr-x | manual/manual/sign-verify-file.md | 10 | ||||
-rw-r--r-- | manual/manual/sign-verify-text.md | 10 | ||||
-rw-r--r-- | manual/manual/understand-interface.md | 2 | ||||
-rw-r--r-- | manual/manual/view-keypair-info.md | 16 | ||||
-rw-r--r-- | manual/overview.md | 2 | ||||
-rw-r--r-- | manual/quick-start.md | 4 | ||||
-rw-r--r-- | resource/meta/pub.gpgfrontend.gpgfrontend.appdata.xml | 2 |
16 files changed, 55 insertions, 55 deletions
@@ -1,4 +1,4 @@ -<img width="100" height="100" align="right" style="position: absolute;right: 0;padding: 12px;top:12px;" src="https://github.com/saturneric/Blob/blob/master/logos/icon.png?raw=true" alt="ICON"/> +<img width="100" height="100" align="right" style="position: absolute;right: 0;padding: 12px;top:12px;" src="https://image.cdn.bktus.com/i/2023/11/16/8e64ecab-434f-8c3f-901c-2bb2339d4bb7.webp" alt="ICON"/> # GpgFrontend @@ -314,7 +314,7 @@ to use GitHub. For anonymous users, Git patches can be delivered by [mail](mailt ### Project's LOGO - + ## LICENSES diff --git a/manual/_coverpage.md b/manual/_coverpage.md index 33fdfd8d..d68ca1fa 100644 --- a/manual/_coverpage.md +++ b/manual/_coverpage.md @@ -1,4 +1,4 @@ - + # GpgFrontend diff --git a/manual/about/code-binary-verify.md b/manual/about/code-binary-verify.md index 02b2474e..57949af0 100644 --- a/manual/about/code-binary-verify.md +++ b/manual/about/code-binary-verify.md @@ -52,7 +52,7 @@ There is an About interface under the help option in the top menu.You can check file. More importantly, you can view the github repository branch and commit hash code corresponding to the source code used for compilation of this binary version on the second line. - + ## Pubkey Mentioned Above diff --git a/manual/features/sync-all-public-keys.md b/manual/features/sync-all-public-keys.md index 1cc791ee..e65aaae7 100644 --- a/manual/features/sync-all-public-keys.md +++ b/manual/features/sync-all-public-keys.md @@ -13,7 +13,7 @@ local information about the subkey. The utilization of this feature is straightforward. By clicking the Sync Public Key button in the Key Management interface, the process is automated. - + This functionality checks all the public keys you currently possess (only public keys, no private keys are involved). It then seeks it on the key server. If the @@ -27,4 +27,4 @@ GpgFrontend exchanges keys using the default key server that you've configured. If you need to modify the key server you wish to access, you merely need to add your key server in the settings and set it as the default. - + diff --git a/manual/manual/encrypt-decrypt-file.md b/manual/manual/encrypt-decrypt-file.md index affa37be..0f99e432 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 26df390c..0e28122e 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 @@ -70,7 +70,7 @@ To verify the authenticity of the ciphertext before decryption, you can use the validate operation. Once the ciphertext is verified, you can proceed with decryption using your private key. - + ## Decrypt @@ -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/generate-key.md b/manual/manual/generate-key.md index 6c52bee8..833d080a 100644 --- a/manual/manual/generate-key.md +++ b/manual/manual/generate-key.md @@ -31,7 +31,7 @@ usage. You can quickly understand the process of generating a key pair by watching the following animation. - + ### Name & Email & Comment @@ -43,7 +43,7 @@ It is important to note that the name should be at least 5 characters long, and the email should follow the correct format (no actual email account is required). - + ### Expiration Date @@ -58,7 +58,7 @@ It's important to note that this option can be changed at any time after generation, even after the expiration date has passed, as long as the primary key still exists. - + ### Key Size & Algo @@ -73,7 +73,7 @@ It's important to note that this option can be changed at any time after generation, even after the expiration date has passed, as long as the primary key still exists. - + ### Passphrase @@ -93,7 +93,7 @@ security concerns. When generating a key pair, you can specify the usage for the first subkey, which is the primary key. There are four options: - + - Encryption: Once generated, this key can be used for encryption purposes. @@ -116,7 +116,7 @@ It is possible to append subkeys to an existing key pair. The subkey does not require the input of a name, email, or comment, as the remaining steps are essentially identical to those for generating a key pair. - + ### Extra note diff --git a/manual/manual/import-export-key-pair.md b/manual/manual/import-export-key-pair.md index 517a961c..a8d5d2d6 100644 --- a/manual/manual/import-export-key-pair.md +++ b/manual/manual/import-export-key-pair.md @@ -9,13 +9,13 @@ To access the import options, navigate to the toolbar and select the desired method based on your specific requirements. Additionally, you can access additional options by selecting the action menu in the key management section. - + In fact, you can find the action menu in the key management section, which provides access to additional key management options beyond those available in the toolbar. - + ### File @@ -80,7 +80,7 @@ shown in the screenshot below. This will save the data to a file. Before proceeding, please make sure to choose a suitable directory to store the file containing the public key data. - + ### Export multiple public keys at once @@ -89,7 +89,7 @@ pairs on the key management interface and click on the "Export to Clipboard" option. This will copy the data to your system clipboard, which you can then paste into any application or file. - + ### Export Private Key @@ -98,7 +98,7 @@ contains the private key (either the primary key or subkey). From there, you can select a destination and GpgFrontend will export the corresponding private key content to that location. - + Exporting the private key also exports both the public key and private key data, as the private key data alone is meaningless without the corresponding public diff --git a/manual/manual/key-server-operations.md b/manual/manual/key-server-operations.md index 16aa9616..baef6563 100644 --- a/manual/manual/key-server-operations.md +++ b/manual/manual/key-server-operations.md @@ -23,19 +23,19 @@ updating when a subkey is added to the key pair. In the main page or in the key manager's Import key operation mode, there is a key server option. After selecting this option you can see such an interface. - + You can get a list of public keys associated with a key server by searching for Key ID, fingerprint or email address via the search box. If there is a suitable public key in the list, you can import it by double-clicking it. - + When the import is complete, you can check whether the public key is actually imported through the pop-up window (no need to import when the local public key is newer), and you can also check some brief information about the public key. - + It is important to note that the public key you import may have expired or been revoked. You can check the status of the key by navigating to the category tab @@ -58,7 +58,7 @@ and the function being performed. You can find the entry of this operation through the operation tab of the key pair detail interface, as shown in the following figure. - + Perform the operation by clicking Upload key pair to key server. Note that the naming of operations here is a bit confusing, but this is where your public key @@ -82,7 +82,7 @@ uploaded anywhere by the user. Refer to the last section of this document on how to set the default key server. - + The "Synchronize key pair with key server" function allows for automatic retrieval of public key information from the key server, which is then compared @@ -112,7 +112,7 @@ by accessing the Settings interface and navigating to the Key Servers tab. Here, you will find options for managing your key server candidate list and determining which key server is set as the default. - + To add a candidate key server to the list, simply enter the http or https address of the key server you wish to add into the input box and click "Add". It diff --git a/manual/manual/sign-verify-file.md b/manual/manual/sign-verify-file.md index a83eb4f0..cf1d9b34 100755 --- a/manual/manual/sign-verify-file.md +++ b/manual/manual/sign-verify-file.md @@ -15,7 +15,7 @@ Prior to v2.0.4, the ciphertext files generated by GpgFrontend were all in ASCII format. But starting with v2.0.4, GpgFrontend defaults to generating binary-formatted ciphertext files. You can modify this setting in the settings. - + ## File Browser @@ -24,7 +24,7 @@ Using the file browser, navigate to your working directory. Then, right-click the file you wish to operate on, and select the desired operation from the pop-up menu. - + Two control buttons are located at the top of the file tab. The one on the left allows you to go up a level, and the one on the right enables you to enter or @@ -33,7 +33,7 @@ refresh the corresponding path in the input box on the left. On the far right is a button offering useful options, such as displaying system files or hidden files. - + ### Sign @@ -43,7 +43,7 @@ content. In this scenario, you need to pass both this file and the original file to the other party to allow them to verify it.  +07-39](https://image.cdn.bktus.com/i/2023/11/16/ae18811f-12f8-4059-e46f-831929e59414.gif) ### Verify @@ -56,4 +56,4 @@ present in this directory. This implies that the source file's name is simply missing a "sig" suffix. 
\ No newline at end of file +07-40](https://image.cdn.bktus.com/i/2023/11/16/dbb4d69c-d1a8-d5dc-6422-1cf300bea533.gif)
\ No newline at end of file diff --git a/manual/manual/sign-verify-text.md b/manual/manual/sign-verify-text.md index bcbc10d6..3237a641 100644 --- a/manual/manual/sign-verify-text.md +++ b/manual/manual/sign-verify-text.md @@ -15,7 +15,7 @@ authority for this text. You can simply sign the text without encrypting it as follows:  +06-50](https://image.cdn.bktus.com/i/2023/11/16/9c95a381-52b9-4d2b-c21d-38fdc6cbc76d.gif) To check whether a key can be used for signing, please review the 'Usage' column in the key toolbox on the right (the letter 'S' stands for signature). @@ -32,7 +32,7 @@ security as it assures the recipient that the message hasn't been altered and it came from the sender whose identity is verified by the digital signature.  +06-54](https://image.cdn.bktus.com/i/2023/11/16/fd98e968-5e59-7bee-abea-99ab234be7a6.gif) ## Verification @@ -41,13 +41,13 @@ signature using the signer's public key. However, this type of signature isn't suitable for emails as it can make the email less readable.  +06-56](https://image.cdn.bktus.com/i/2023/11/16/fbde7130-72c3-1fce-8366-47643fc0e804.gif) 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 isn't found locally during verification, GpgFrontend will prompt you to import it. - + ## Verification with Decryption @@ -58,4 +58,4 @@ good habit to always perform decryption operations with verification whenever possible.  +07-10](https://image.cdn.bktus.com/i/2023/11/16/9e06ce22-f98d-47f1-ea76-e4e23b6dd32d.gif) diff --git a/manual/manual/understand-interface.md b/manual/manual/understand-interface.md index 31e3ed64..495d9bc5 100644 --- a/manual/manual/understand-interface.md +++ b/manual/manual/understand-interface.md @@ -5,7 +5,7 @@ of the page. The exploration that follows will gradually unveil additional functionalities. Bear in mind that interfaces may vary across different versions. - + ## Text Editor diff --git a/manual/manual/view-keypair-info.md b/manual/manual/view-keypair-info.md index 52ed8926..7443ad9c 100644 --- a/manual/manual/view-keypair-info.md +++ b/manual/manual/view-keypair-info.md @@ -9,7 +9,7 @@ be relatively long. Below is a screenshot of a friend's public key that I obtained from the key server. - + And here is a randomly generated private key. The most significant difference between this and the previous key is that the key pair with only the public key @@ -17,7 +17,7 @@ is used for encryption only, but if you possess the private key, you can perform more actions (it also depends on your algorithm; DSA can only be used for signatures). - + ## General Info @@ -33,7 +33,7 @@ set it as the primary UID to change it. According to the OpenPGP protocol, this part is divided into Name, Email, and Comment. - + ### Primary Key @@ -49,7 +49,7 @@ not exist, but this doesn't mean that neither the public key nor the private key exists. Please remember: Each subkey and primary key consist of a pair of public and private keys. - + #### Key ID @@ -114,7 +114,7 @@ other key pairs. ### Fingerprint - + The fingerprint of the key pair is used for humans to quickly compare whether the key pair is the expected key pair. This field is unique for all keys in the @@ -131,7 +131,7 @@ pair is what they expected. However, for accurate identification, fingerprints or key IDs should be compared. A key can have multiple UIDs, but a key pair can only have one primary UID, which is always listed first in the interface. - + UID has three elements: Name, Email, Comment. The name should be at least five characters long, and the email should conform to the format. The rules for @@ -186,10 +186,10 @@ key and a key pair that includes a private key. Here's what you can do with a public key-only key pair: - + And here's what you can do with a key pair that includes a private key: - + These operations will be explained in detail throughout the documentation.
\ No newline at end of file diff --git a/manual/overview.md b/manual/overview.md index cda00754..14b16ead 100644 --- a/manual/overview.md +++ b/manual/overview.md @@ -29,7 +29,7 @@ Note: For different operating system and system style settings, GpgFrontend may look different.Documentation can also vary widely from release to release. Please check the corresponding program release version for the document. - + ## System Requirement diff --git a/manual/quick-start.md b/manual/quick-start.md index 4ea65b10..0d0314d4 100644 --- a/manual/quick-start.md +++ b/manual/quick-start.md @@ -104,7 +104,7 @@ Upon clicking the will see an interface displaying the current version number of the latest release, its release date, and more. - + In the main text, you can find some significant features or fixes for the version. If you're a programmer, you can also view the change log to see how the @@ -118,7 +118,7 @@ separators. The second section (e.g., 6171479) is a unique identification number for the version's source code. When pointing out problems with a version, remember to provide this 7-digit unique identification number. - + Files with 'signature' as the suffix are GPG separate signatures for the corresponding released version of the file. You can use GPG to verify whether diff --git a/resource/meta/pub.gpgfrontend.gpgfrontend.appdata.xml b/resource/meta/pub.gpgfrontend.gpgfrontend.appdata.xml index edd2d64d..7f54b273 100644 --- a/resource/meta/pub.gpgfrontend.gpgfrontend.appdata.xml +++ b/resource/meta/pub.gpgfrontend.gpgfrontend.appdata.xml @@ -20,7 +20,7 @@ </description> <screenshots> <screenshot type="default"> - <image>https://github.com/saturneric/Blob/blob/master/screenshots/main-ubuntu.png</image> + <image>https://image.cdn.bktus.com/i/2023/11/16/e7c9ab1c-cb45-eb21-4cbd-bdec8d5c83cb.webp</image> <caption>Main Dialog</caption> </screenshot> </screenshots> |