GNU Privacy Guard
Install it by running either;
kpkg install gnupg
or
kpkg build gnupg
To see the difference, see The handbook
graph TD
N0["libksba"]
N1["libgpg-error"]
N2["libgcrypt"]
N3["gnupg"]
style N3 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N4["libassuan"]
N5["npth"]
N1 --> N3
N1 --> N0
N1 --> N4
N1 --> N2
N0 --> N3
N2 --> N3
N4 --> N3
N5 --> N3