View Source GPGex

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.

Installation

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

Full documentation can be found at https://hexdocs.pm/gpg_ex.

Versioning

This project follows the principles of Semantic Versioning (SemVer).