[ https://issues.apache.org/jira/browse/SOLR-17282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
guoshipneg updated SOLR-17282: ------------------------------ Description: 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) was: 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) > Update basic-authentication-plugin.adoc > --------------------------------------- > > Key: SOLR-17282 > URL: https://issues.apache.org/jira/browse/SOLR-17282 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Reporter: guoshipneg > Priority: Major > > 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