From 0ed2777edd0729a7ef6270936dc5f48e87812665 Mon Sep 17 00:00:00 2001 From: pj Date: Sat, 14 Mar 2020 18:34:40 +1100 Subject: [PATCH] - add github.com/pjebs/optimus-go (#2920) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f67b914..7ae57183 100644 --- a/README.md +++ b/README.md @@ -1471,6 +1471,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [lego](https://github.com/xenolf/lego) - Pure Go ACME client library and CLI tool (for use with Let's Encrypt). * [memguard](https://github.com/awnumar/memguard) - A pure Go library for handling sensitive values in memory. * [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. * [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins. * [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.