A simple wrapper to run GPG commands.
Tested on Linux with gpg (GnuPG) 2.2.27
.
Warning
This is a pre-release version. As such, anything may change at any time, the public API should not be considered stable, and using a pinned version is recommended.
This library relies on gpg
being available in your PATH.
The package can be installed by adding gpg_ex
to your list of dependencies in mix.exs
:
def deps do
[
{:gpg_ex, "1.0.0-alpha.4"}
]
end
This project follows the principles of Semantic Versioning (SemVer).