From 5ae31f0cc06b73964b816816f714cc8c8f6da427 Mon Sep 17 00:00:00 2001 From: Ravi Shekhar Jethani Date: Fri, 14 Jan 2022 00:28:52 +0100 Subject: [PATCH] Add github.com/rsjethani/secret to security (#1) - repo link: https://github.com/rsjethani/secret - pkg.go.dev: https://pkg.go.dev/github.com/rsjethani/secret/v2 - goreportcard.com: https://goreportcard.com/report/github.com/rsjethani/secret - coverage service link: https://github.com/rsjethani/secret/actions OR https://gocover.io/github.com/rsjethani/secret --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb6af77b..3956d09d 100644 --- a/README.md +++ b/README.md @@ -1886,6 +1886,7 @@ _**Unofficial** set of patterns for structuring projects._ * [nacl](https://github.com/kevinburke/nacl) - Go implementation of the NaCL set of API's. * [optimus-go](https://github.com/pjebs/optimus-go) - ID hashing and Obfuscation using Knuth's Algorithm. * [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library. +* [secret](https://github.com/rsjethani/secret) - Prevent your secrets from leaking into logs, std* etc. * [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins. * [secureio](https://github.com/xaionaro-go/secureio) - An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519. * [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.