From 7ce2b77981c7cd474a059929aa117a29d7bea09e Mon Sep 17 00:00:00 2001 From: Andrei Merlescu Date: Thu, 19 Sep 2024 20:38:38 -0400 Subject: [PATCH] Update README.md Added entpassgen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6079b0b5c8a..6ccbf77b2c3 100644 --- a/README.md +++ b/README.md @@ -2267,6 +2267,7 @@ _Libraries that are used to help make your application more secure._ - [Coraza](https://github.com/corazawaf/coraza) - Enterprise-ready, modsecurity and OWASP CRS compatible WAF library. - [dongle](https://github.com/golang-module/dongle) - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption. - [encid](https://github.com/bobg/encid) - Encode and decode encrypted integer IDs. +- [entpassgen](https://github.com/andreimerlescu/entpassgen) - Entropy Password Generator with extensive command line arguments to generate random strings securely including digits, passwords, and passwords built using obscure dictionary words mixed with symbols and digits. - [firewalld-rest](https://github.com/prashantgupta24/firewalld-rest) - A rest application to dynamically update firewalld rules on a linux server. - [go-generate-password](https://github.com/m1/go-generate-password) - Password generator that can be used on the cli or as a library. - [go-htpasswd](https://github.com/tg123/go-htpasswd) - Apache htpasswd Parser for Go.