Skip to content

Experimental version of Keys library with support for xkey encryption

License

Notifications You must be signed in to change notification settings

nats-io/nkeys.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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