Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
SHA-256. Support SHA-256 for normal volumes as well.
|
|
GetWipePassCount() / WipeBuffer() found by the Open Crypto Audit Project.
|
|
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).
|
|
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL.
|
|
constructors
|
|
Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
|
|
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
|
|
|