envoyproxy/gateway

Add support for bcrypt HTTP Basic Auth

Open

#8,969 创建于 2026年5月13日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Go (802 fork)auto 404
help wantedkind/feature

仓库指标

Star
 (2,871 star)
PR 合并指标
 (PR 指标待抓取)

描述

Description:

According to api/v1alpha1/basic_auth_types.go, this code only supports SHA, which is insecure. We should support bcrypt, which is very secure.

[optional Relevant Links:]

Search for the word "secure" here: https://httpd.apache.org/docs/current/programs/htpasswd.html

贡献者指南