VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Resource.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Windows: Add mount option that allows mounting a volume without attaching it ...Mounir IDRASSI1-1/+2
2017-06-05Beta2 patch 1kavsrf1-7/+8
2017-06-05DcsInfo is addedkavsrf1-4/+6
2016-10-17Windows: Support EFI system encryption for 32-bit Windows.Mounir IDRASSI1-1/+7
2016-08-152016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI1-2/+4
2015-10-07Windows: Don’t try to mount using empty password when default keyfile confi...Mounir IDRASSI1-1/+2
2015-08-31Windows: Support setting volume label in Explorer through mount option. Suppo...Mounir IDRASSI1-1/+3
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must explici...Mounir IDRASSI1-1/+2
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI1-3/+3
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI1-1/+4
2014-12-16Windows: Enhance performance by implementing the possibility to choose the co...Mounir IDRASSI1-1/+5
2014-12-16Windows: display a wait dialog during the lengthy opening of a volume. There ...Mounir IDRASSI1-1/+2
2014-12-11Windows: Implement specifying the size of the generated keyfiles and also let...Mounir IDRASSI1-1/+4
2014-12-07Windows: Implement creation of multiple keyfiles at once.Mounir IDRASSI1-10/+14
2014-11-08Implement support for creating and booting encrypted partition using SHA-256....Mounir IDRASSI1-0/+16
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+174
span> byte key1[32]; byte key2[32]; byte dataUnitNo[8]; unsigned int blockNo; byte plaintext[ENCRYPTION_DATA_UNIT_SIZE]; byte ciphertext[ENCRYPTION_DATA_UNIT_SIZE]; }; static const XtsTestVector XtsTestVectors[]; private: EncryptionTest (); virtual ~EncryptionTest (); EncryptionTest (const EncryptionTest &); EncryptionTest &operator= (const EncryptionTest &); }; } #endif // TC_HEADER_Encryption_EncryptionTest