VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Translations/Language.ru.xml
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-243/+243
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI1-1/+1
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-1/+1
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI1-1/+1
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI1-1/+1
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI1-1/+1
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI1-1/+1
2021-11-28Increment version to 1.25 (1.25.3)Mounir IDRASSI1-1/+1
2021-11-27Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-125/+125
2021-11-21Increment version to 1.25-RC2 and update release notesMounir IDRASSI1-1/+1
2021-09-21Linux/macOS: Add CLI switch (--size=max) and UI option to give a file contain...Mounir IDRASSI1-0/+1
2021-09-05Increment version to 1.25-RC1Mounir IDRASSI1-1/+1
2021-09-05Windows: Block installation with exe installer if VeraCrypt was already insta...Mounir IDRASSI1-0/+1
2021-08-30Increment version to 1.25Mounir IDRASSI1-1/+1
2021-08-21Language XML files: remove duplicated entry and fix MOUNT_POINT entryMounir IDRASSI1-2/+1
2021-08-16Increment version to 1.24-Update9-Beta-21-08-15Mounir IDRASSI1-1/+1
2021-08-15Windows: Increment version to 1.24.25.3 and update signed Windows driverMounir IDRASSI1-1/+1
2021-01-02Increment version to 1.24-Update9Mounir IDRASSI1-1/+1
2020-12-13Language Translations: fix invalid escape sequence in untranslated entry in X...Mounir IDRASSI1-1/+1
2020-12-13Language Translations: fix invalid escape sequence in XML filesMounir IDRASSI1-1/+1
2020-12-11Language translations: Add newly added Linux entries to the XML files of supp...Mounir IDRASSI1-0/+120
2020-11-29Increment version to 1.24-Update8Mounir IDRASSI1-1/+1
2020-08-06Windows: Display warning message with correct maximum length value when passw...Mounir IDRASSI1-3/+3
2020-07-22Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-2/+2
2020-07-21Language translations: Add newly added entries to the XML files of supported ...Mounir IDRASSI1-0/+2
2020-07-09Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-4/+4
2020-07-08Language translations: Add newly added entries to the XML files of supported ...Mounir IDRASSI1-0/+4
2020-07-02Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-1/+1
2020-07-02Language translations: Add newly added entry to the XML files of supported la...Mounir IDRASSI1-0/+1
2020-06-29Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-1/+1
2020-06-28Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-1/+1
2020-06-26Language translations: Add newly added entry to the XML files of supported la...Mounir IDRASSI1-0/+1
2020-06-23Increment version to 1.24-Update7Mounir IDRASSI1-1/+1
2020-03-10Increment version to 1.24-Update6Mounir IDRASSI1-1/+1
2020-02-11Increment version to 1.24-Update5 and update signed Windows drivers.Mounir IDRASSI1-1/+1
2020-01-22Increment version to 1.24-Update4 and update Release NotesMounir IDRASSI1-1/+1
2019-12-10Increment version to 1.24-Update2Mounir IDRASSI1-1/+1
2019-11-07Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-241/+241
2019-11-07Increment version to 1.24-Hotfix2Mounir IDRASSI1-1/+1
2019-11-04Linux/MacOSX: Add switch to force the use of legacy maximum password length (...Mounir IDRASSI1-1/+2
2019-10-24Increment version to 1.24-Hotfix1Mounir IDRASSI1-1/+1
2019-10-20Increment version to 1.23-Hotfix1-PreviewMounir IDRASSI1-1/+1
2019-10-06Increment version to 1.24Mounir IDRASSI1-1/+1
2019-10-02Increment version to 1.24-Beta6Mounir IDRASSI1-1/+1
2019-09-26Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-84/+84
2019-09-25Windows: Add two missing UI strings to XML translation files so that they can...Mounir IDRASSI1-0/+2
2019-09-24Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-33/+33
2019-03-09Increment version to 1.24-Beta5Mounir IDRASSI1-1/+1
2019-03-09Increment version to 1.24-Beta4 and update release notes to clarify that pass...Mounir IDRASSI1-1/+1
2019-03-03Windows: Add missing UI string to XML language files.Mounir IDRASSI1-0/+1
Pkcs5HmacRipemd160 (bool truecryptMode) : Pkcs5Kdf (truecryptMode) { } virtual ~Pkcs5HmacRipemd160 () { } virtual void DeriveKey (const BufferPtr &key, const VolumePassword &password, const ConstBufferPtr &salt, int iterationCount) const; virtual shared_ptr <Hash> GetHash () const { return shared_ptr <Hash> (new Ripemd160); } virtual int GetIterationCount (int pim) const { return m_truecryptMode? 2000 : (pim <= 0 ? 655331 : (15000 + (pim * 1000))) ; } virtual wstring GetName () const { return L"HMAC-RIPEMD-160"; } virtual Pkcs5Kdf* Clone () const { return new Pkcs5HmacRipemd160(m_truecryptMode); } private: Pkcs5HmacRipemd160 (const Pkcs5HmacRipemd160 &); Pkcs5HmacRipemd160 &operator= (const Pkcs5HmacRipemd160 &); }; class Pkcs5HmacRipemd160_1000 : public Pkcs5Kdf { public: Pkcs5HmacRipemd160_1000 (bool truecryptMode) : Pkcs5Kdf(truecryptMode) { } virtual ~Pkcs5HmacRipemd160_1000 () { } virtual void DeriveKey (const BufferPtr &key, const VolumePassword &password, const ConstBufferPtr &salt, int iterationCount) const; virtual shared_ptr <Hash> GetHash () const { return shared_ptr <Hash> (new Ripemd160); } virtual int GetIterationCount (int pim) const { return m_truecryptMode? 1000 : (pim <= 0 ? 327661 : (pim * 2048)); } virtual wstring GetName () const { return L"HMAC-RIPEMD-160"; } virtual Pkcs5Kdf* Clone () const { return new Pkcs5HmacRipemd160_1000(m_truecryptMode); } private: Pkcs5HmacRipemd160_1000 (const Pkcs5HmacRipemd160_1000 &); Pkcs5HmacRipemd160_1000 &operator= (const Pkcs5HmacRipemd160_1000 &); }; class Pkcs5HmacSha256_Boot : public Pkcs5Kdf { public: Pkcs5HmacSha256_Boot () : Pkcs5Kdf(false) { } virtual ~Pkcs5HmacSha256_Boot () { } virtual void DeriveKey (const BufferPtr &key, const VolumePassword &password, const ConstBufferPtr &salt, int iterationCount) const; virtual shared_ptr <Hash> GetHash () const { return shared_ptr <Hash> (new Sha256); } virtual int GetIterationCount (int pim) const { return pim <= 0 ? 200000 : (pim * 2048); } virtual wstring GetName () const { return L"HMAC-SHA-256"; } virtual Pkcs5Kdf* Clone () const { return new Pkcs5HmacSha256_Boot(); } private: Pkcs5HmacSha256_Boot (const Pkcs5HmacSha256_Boot &); Pkcs5HmacSha256_Boot &operator= (const Pkcs5HmacSha256_Boot &); }; class Pkcs5HmacSha256 : public Pkcs5Kdf { public: Pkcs5HmacSha256 () : Pkcs5Kdf(false) { } virtual ~Pkcs5HmacSha256 () { } virtual void DeriveKey (const BufferPtr &key, const VolumePassword &password, const ConstBufferPtr &salt, int iterationCount) const; virtual shared_ptr <Hash> GetHash () const { return shared_ptr <Hash> (new Sha256); } virtual int GetIterationCount (int pim) const { return pim <= 0 ? 500000 : (15000 + (pim * 1000)); } virtual wstring GetName () const { return L"HMAC-SHA-256"; } virtual Pkcs5Kdf* Clone () const { return new Pkcs5HmacSha256(); } private: Pkcs5HmacSha256 (const Pkcs5HmacSha256 &); Pkcs5HmacSha256 &operator= (const Pkcs5HmacSha256 &); }; class Pkcs5HmacSha512 : public Pkcs5Kdf { public: Pkcs5HmacSha512 (bool truecryptMode) : Pkcs5Kdf(truecryptMode) { } virtual ~Pkcs5HmacSha512 () { } virtual void DeriveKey (const BufferPtr &key, const VolumePassword &password, const ConstBufferPtr &salt, int iterationCount) const; virtual shared_ptr <Hash> GetHash () const { return shared_ptr <Hash> (new Sha512); } virtual int GetIterationCount (int pim) const { return m_truecryptMode? 1000 : (pim <= 0 ? 500000 : (15000 + (pim * 1000))); } virtual wstring GetName () const { return L"HMAC-SHA-512"; } virtual Pkcs5Kdf* Clone () const { return new Pkcs5HmacSha512(m_truecryptMode); } private: Pkcs5HmacSha512 (const Pkcs5HmacSha512 &); Pkcs5HmacSha512 &operator= (const Pkcs5HmacSha512 &); }; class Pkcs5HmacWhirlpool : public Pkcs5Kdf { public: Pkcs5HmacWhirlpool (bool truecryptMode) : Pkcs5Kdf(truecryptMode) { } virtual ~Pkcs5HmacWhirlpool () { } virtual void DeriveKey (const BufferPtr &key, const VolumePassword &password, const ConstBufferPtr &salt, int iterationCount) const; virtual shared_ptr <Hash> GetHash () const { return shared_ptr <Hash> (new Whirlpool); } virtual int GetIterationCount (int pim) const { return m_truecryptMode? 1000 : (pim <= 0 ? 500000 : (15000 + (pim * 1000))); } virtual wstring GetName () const { return L"HMAC-Whirlpool"; } virtual Pkcs5Kdf* Clone () const { return new Pkcs5HmacWhirlpool(m_truecryptMode); } private: Pkcs5HmacWhirlpool (const Pkcs5HmacWhirlpool &); Pkcs5HmacWhirlpool &operator= (const Pkcs5HmacWhirlpool &); }; } #endif // TC_HEADER_Encryption_Pkcs5