From 2e6b1e23b9ca330345b350dfdfc3347901657e71 Mon Sep 17 00:00:00 2001 From: Chad Crouch <34277139+chaddyc@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:54:03 +0200 Subject: [PATCH] Update password hashing method to scram-sha-256 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b42d89..f73be34 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A production-ready, lightweight Docker container for [PgBouncer](https://www.pgb - **Lightweight**: Based on Alpine Linux for minimal resource usage - **Environment-driven Configuration**: Complete configuration through environment variables - **Automatic Setup**: Auto-generates `pgbouncer.ini` and `userlist.txt` on startup -- **Security-focused**: MD5 password hashing, non-root execution, proper file permissions +- **Security-focused**: Scram-sha-256 password hashing, non-root execution, proper file permissions - **Production-ready**: Health checks, graceful shutdown, comprehensive logging - **Easy Deployment**: Docker Compose support with PostgreSQL integration - **Validation**: Configuration validation and database connectivity testing @@ -551,4 +551,4 @@ If this project helped you, please consider giving it a ⭐ on GitHub! --- -**Made with ❤️ for the PostgreSQL community** \ No newline at end of file +**Made with ❤️ for the PostgreSQL community**