diff options
author | Saturneric <[email protected]> | 2022-02-01 13:23:53 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-01 13:23:53 +0000 |
commit | 1853531bf10be322daa80c8cc9c59d3634c8320d (patch) | |
tree | 57ea8b3761e1c6d5f7cb15e85663cb500b4a3812 /manual/features/short-ciphertext.md | |
parent | <refactor>(ui): tidy up code. (diff) | |
download | GpgFrontend-1853531bf10be322daa80c8cc9c59d3634c8320d.tar.gz GpgFrontend-1853531bf10be322daa80c8cc9c59d3634c8320d.zip |
<doc>(project): Separate user manual from development documentation.
1. Move the files of the original user manual
2. Create the development document generating configuration file
Diffstat (limited to '')
-rw-r--r-- | manual/features/short-ciphertext.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manual/features/short-ciphertext.md b/manual/features/short-ciphertext.md new file mode 100644 index 00000000..8e301966 --- /dev/null +++ b/manual/features/short-ciphertext.md @@ -0,0 +1,14 @@ +# Short Cipher-text + +**NOTICE: As of version 2.0.0, GpgFrontend has eliminated this feature.** + +The short ciphertext function allows OpenPGP to transfer ciphertext quickly and conveniently in instant messaging software. +After successfully configuring the own key and obtaining the Service Token, you can use the short cipher text function. + +After the encryption and signature operations, you can click the short crypto button in the additional operations menu. +GpgFrontend will return a very short ciphertext, and you can publish the short ciphertext anywhere. + +You can paste the ciphertext into the text tab of GpgFrontend and select decryption and verification operations. +At this time, GpgFrontend will perform the corresponding operations. + +Note: The short ciphertext is valid within seven days of being generated. The short ciphertext function has restrictions on the length of the ciphertext. |