VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Volumes.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-08Simplify code handling iterations count: in boot mode, we'll set the correct ...Mounir IDRASSI1-5/+5
2014-11-08Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the sa...Mounir IDRASSI1-12/+9
2014-11-08Bootloader: optimize code size in single cipher mode by manually inlining EAI...Mounir IDRASSI1-2/+54
2014-11-08Add support for SHA-256 in key derivation for bootloader encryption. Create s...Mounir IDRASSI1-0/+24
2014-11-08Remove deprecated/legacy cryptographic algorithms and encryption modes that a...Mounir IDRASSI1-80/+3
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ...Mounir IDRASSI1-4/+10
2014-11-08Replace 'TRUE' by 'VERA' in some GUI constants and commentsMounir IDRASSI1-5/+5
2014-11-08Correct issue in handling hidden system partitions that made it impossible to...Mounir IDRASSI1-2/+2
2014-11-08Only position legacy flag if the first release of VeraCrypt is detectedMounir IDRASSI1-1/+1
2014-11-08Change the required version in volume header to the one of VeraCrypt (now 1.0)Mounir IDRASSI1-18/+1
2014-11-08Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ...Mounir IDRASSI1-4/+4
2014-11-08Modifications to remove all TrueCrypt references in names. generate new GUIDs...Mounir IDRASSI1-3/+3
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+1198