Warning, /utilities/symmy/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002     SPDX-License-Identifier: CC0-1.0
0003     SPDX-FileCopyrightText: 2017 Elvis Angelaccio <elvis.angelaccio@kde.org>
0004 -->
0005 
0006 Symmy
0007 =====
0008 
0009 Symmy is a simple command-line application that nicely wraps the symmetric encryption functionality of GPG.
0010 It also provides integration with GUI file managers such as Dolphin (Encrypt and Decrypt context menu actions), as well as integration with Plasma notifications.
0011 You can track the progress of an encryption/decryption job or kill it, using the notifications plasmoid.
0012 
0013 Requirements
0014 =============
0015 
0016 * KIO
0017 * gpgme >= 1.7.1. (for QGpgME)
0018 
0019 Limitations
0020 ===========
0021 
0022 Currently symmy can only encrypt or decrypt local files.