guoshipneg created SOLR-17282:
---------------------------------

             Summary: Update basic-authentication-plugin.adoc
                 Key: SOLR-17282
                 URL: https://issues.apache.org/jira/browse/SOLR-17282
             Project: Solr
          Issue Type: Wish
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: guoshipneg


As I was reading through this documentation, I noticed a problem with the 
encryption section, as follows:
(Format: base64(sha256(sha256(salt+password))) base64(salt)), so I started to 
think that I have to use base64 to encrypt the whole content of the back of the 
encryption, but in fact it's not true, there is a ')' missing, it should be 
like this base64(sha256(sha256( salt+password))) base64(salt), so that the 
result of the separate encryption can be used.

Translated with DeepL.com (free version)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to