mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Update help link for KDF algorithm and iterations (#4774)
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<label for="kdf">{{ "kdfAlgorithm" | i18n }}</label>
|
<label for="kdf">{{ "kdfAlgorithm" | i18n }}</label>
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://en.wikipedia.org/wiki/Key_derivation_function"
|
href="https://bitwarden.com/help/kdf-algorithms"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
<label for="kdfIterations">{{ "kdfIterations" | i18n }}</label>
|
<label for="kdfIterations">{{ "kdfIterations" | i18n }}</label>
|
||||||
<a
|
<a
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
href="https://bitwarden.com/help/kdf-algorithms"
|
href="https://bitwarden.com/help/what-encryption-is-used/#changing-kdf-iterations"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user