This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/third-party/qca/qca-gnupg/gpgproc
2025-12-25 01:38:25 +05:00
..
gpgproc.cpp initial commit 2025-12-25 01:38:25 +05:00
gpgproc.h initial commit 2025-12-25 01:38:25 +05:00
gpgproc.pri initial commit 2025-12-25 01:38:25 +05:00
README initial commit 2025-12-25 01:38:25 +05:00
sprocess.cpp initial commit 2025-12-25 01:38:25 +05:00
sprocess.h initial commit 2025-12-25 01:38:25 +05:00

GPGProc launches a single instance of GPG and provides a friendly API to
work with all six possible pipe channels.  Theoretically, it should be
possible to build any GPG front end with it, even though qca-gnupg uses it
for only a handful of operations.  If you are writing a Qt-based GPG front
end, please use this class.

GPGProc works on both Windows and Unix platforms.