Remove BaseDigestPasswordEncoder from core

Issue: gh-4674
This commit is contained in:
Rob Winch
2017-10-22 14:11:09 -05:00
parent a8aa65b828
commit 6a3e981c80
7 changed files with 1 additions and 332 deletions

View File

@@ -9185,11 +9185,6 @@ Authentication providers can optionally be configured to use a password encoder
===== <password-encoder> Attributes
[[nsa-password-encoder-base64]]
* **base64**
Whether a string should be base64 encoded
[[nsa-password-encoder-hash]]
* **hash**
Defines the hashing algorithm used on user passwords. We recommend strongly against using MD4, as it is a very weak hashing algorithm.