View Source Nkeys

hex.pm hex.pm hex.pm github.com

Nkeys is an Elixir port of the original Go library. This library allows for the encoding and decoding of NATS keys in their human-friendly, double-clickable string format. Additionally, this library supports Xkeys encryption and decryption.

Installation

If available in Hex, the package can be installed by adding nkeys to your list of dependencies in mix.exs:

def deps do
  [
    {:nkeys, "~> 0.3.0"}
  ]
end