diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-24 11:26:55 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-24 11:26:55 +0200 |
commit | 4dfe046390d467dd8572b9b4876a8e823098d3e2 (patch) | |
tree | fe5527fd172282684263a335e3f9d032f5ca5186 /src/Common/Language.xml | |
parent | 25c88fe3d30c4df4aa8bf7c64b165f92886965b9 (diff) | |
download | VeraCrypt-4dfe046390d467dd8572b9b4876a8e823098d3e2.tar.gz VeraCrypt-4dfe046390d467dd8572b9b4876a8e823098d3e2.zip |
Windows: Implement foundations for Argon2 support as a KDF in addition to PBKDF2
Diffstat (limited to 'src/Common/Language.xml')
-rw-r--r-- | src/Common/Language.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index 9821bbe9..172179af 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1641,6 +1641,7 @@ <entry lang="en" key="ERR_XTS_MASTERKEY_VULNERABLE">WARNING: The volume's master key is vulnerable to an attack that compromises data security.\n\nPlease create a new volume and transfer the data to it.</entry> <entry lang="en" key="ERR_SYSENC_XTS_MASTERKEY_VULNERABLE">WARNING: The encrypted system's master key is vulnerable to an attack that compromises data security.\nPlease decrypt the system partition/drive and then re-encrypt it.</entry> <entry lang="en" key="ERR_XTS_MASTERKEY_VULNERABLE_SHORT">WARNING: The volume's master key has a security vulnerability.</entry> + <entry lang="en" key="MEMORY_COST">Memory Cost</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |