VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Password.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-20Reduce time for reporting wrong password by removing support for legacy ↵Mounir IDRASSI1-7/+1
hidden format because it was never functional and it was superseded by current hidden format.
2014-12-16Windows: Enhance performance by implementing the possibility to choose the ↵Mounir IDRASSI1-2/+2
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption.
2014-12-11Windows: always display random gathering dialog when UserEnrichRandomPool is ↵Mounir IDRASSI1-0/+2
called instead of once per application run. This is implemented through the call SetRandomPoolEnrichedByUserStatus(FALSE) at the begining of sensitive operations instead of changing UserEnrichRandomPool because in the same call there can be many calls to UserEnrichRandomPool which can result in displaying the dialog many times.
2014-11-08Windows vulnerability fix: correct possible BSOD attack targeted towards ↵Mounir IDRASSI1-0/+7
GetWipePassCount() / WipeBuffer() found by the Open Crypto Audit Project.
2014-11-08Add option in select the number of passes for volume header over-writing. By ↵Mounir IDRASSI1-4/+4
default, it is set to 3 but it can be increased to 256 passes (which can lead to a delay of many hours for a single password change operation).
2014-11-08Static Code Analysis : Add various NULL pointers checksMounir IDRASSI1-10/+22
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+422