1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

Update help link for KDF algorithm and iterations (#4774)

This commit is contained in:
SmithThe4th
2023-02-15 15:24:41 -05:00
committed by GitHub
parent ed69abe76c
commit 6e137151ae

View File

@@ -25,7 +25,7 @@
<label for="kdf">{{ "kdfAlgorithm" | i18n }}</label>
<a
class="ml-auto"
href="https://en.wikipedia.org/wiki/Key_derivation_function"
href="https://bitwarden.com/help/kdf-algorithms"
target="_blank"
rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}"
@@ -63,7 +63,7 @@
<label for="kdfIterations">{{ "kdfIterations" | i18n }}</label>
<a
class="ml-auto"
href="https://bitwarden.com/help/kdf-algorithms"
href="https://bitwarden.com/help/what-encryption-is-used/#changing-kdf-iterations"
target="_blank"
rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}"