caddy/modules/caddyhttp/encode
GreyXor 49dac61b07
bcrypt: add cost parameter to hash-password (#7149)
* feat: add bcrypt cost parameter to hash-password

* revert: typos

* refactor: take the cost out of interface

* fix: default bcrypt cost to 14

* fix: follow bcrypt library for min and max cost

* doc: mention defaultBcryptCost in cost parameter description

* chore: gci format

* fix: more specific bcrypt cost algorithm flag

* feat: bcrypt cost provisioning

* Revert "feat: bcrypt cost provisioning"

This reverts commit e09d4bd036.

* chore: gci format

* chore: gci format

* chore: gci format

* chore: golangcilint fmted

---------

Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com>
2025-08-11 14:26:18 +03:00
..
brotli encode,staticfiles: Content negotiation, precompressed files (#4045) 2021-03-29 18:47:19 -06:00
gzip caddyfile: Normalize & flatten all unmarshalers (#6037) 2024-01-23 19:36:59 -05:00
zstd encode: Configurable compression level for zstd (#6140) 2024-04-16 00:21:52 +00:00
caddyfile.go encode: good defaults (#6737) 2024-12-10 16:48:30 -07:00
encode.go encode: try to use sendfile when compression is not used (#6749) 2024-12-20 21:37:16 +00:00
encode_test.go bcrypt: add cost parameter to hash-password (#7149) 2025-08-11 14:26:18 +03:00