Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 905 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 905 Bytes

Nats Crypto

Build Status Go Report Card Coverage Status License (MIT)

natscrypto is a golang package that wraps nats.Conn to provide transparent PKI encryption to nats messages

The encryption part is pluggable and a PGP implemention is provided

The complete documentation is available here:

https://godoc.org/gopkg.in/orus-io/natscrypto.v0

Get it

go get -u gopkg.in/orus.io/natscrypto.v0