aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/guides/symmetric-encrypt-decrypt.mdx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs(guides): enhance symmetric encryption guide with additional imagessaturneric44 hours1-0/+6
| | | | | - Added images to illustrate the steps for enabling symmetric encryption and accessing the encryption button. - Improved visual clarity for users following the encryption process.
* style(docs): remove emoji icons and improve formatting in symmetric ↵saturneric44 hours1-24/+27
| | | | | | | | encryption guide - Removed emoji icons for a cleaner presentation. - Adjusted formatting for better readability. - Ensured consistent heading styles throughout the document.
* feat(docs): add guide for symmetric encryption and decryptionsaturneric44 hours1-0/+92
- Introduced a comprehensive guide on symmetric encryption, detailing its definition, functionality, and usage. - Included steps for encrypting and decrypting data using GpgFrontend. - Provided security tips and scenarios for appropriate use of symmetric encryption.