VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Password.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...Mounir IDRASSI1-4/+3
2016-09-11Windows: in case of In-Place encryption, encrypt random data instead of exist...Mounir IDRASSI1-1/+1
2016-08-15Windows: fill unused/reserved header areas with the result of encryption of r...Mounir IDRASSI1-1/+1
2016-08-15Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker t...Mounir IDRASSI1-0/+42
2016-05-10Remove trailing whitespaceDavid Foerster1-15/+15
2016-05-10Normalize all line terminatorsDavid Foerster1-491/+491
2016-02-07Windows:Fix various issues and warnings reported by static code analysis tool...Mounir IDRASSI1-2/+2
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-9/+29
2015-09-16Windows: first implementation of CLI support for creating volumes.Mounir IDRASSI1-3/+3
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-7/+9
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must explici...Mounir IDRASSI1-0/+7
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-7/+7
2015-07-06Windows: Display source location of errors in order to help diagnose issues r...Mounir IDRASSI1-3/+7
2015-06-21Windows: Add a dedicate page for volume PIM in the volume creation wizardMounir IDRASSI1-3/+3
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI1-2/+2
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-3/+18
2015-04-06Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ...Mounir IDRASSI1-0/+6
2015-02-09Static Code Analysis: handle unused variables more properly. Catch STL except...Mounir IDRASSI1-1/+1
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...Mounir IDRASSI1-4/+4
2014-12-27Windows: use the correct window handle for creating message boxes. This becam...Mounir IDRASSI1-2/+2
2014-12-20Reduce time for reporting wrong password by removing support for legacy hidde...Mounir IDRASSI1-7/+1
2014-12-16Windows: Enhance performance by implementing the possibility to choose the co...Mounir IDRASSI1-2/+2
2014-12-11Windows: always display random gathering dialog when UserEnrichRandomPool is ...Mounir IDRASSI1-0/+2
2014-11-08Windows vulnerability fix: correct possible BSOD attack targeted towards GetW...Mounir IDRASSI1-0/+7
2014-11-08Add option in select the number of passes for volume header over-writing. By ...Mounir IDRASSI1-4/+4
2014-11-08Static Code Analysis : Add various NULL pointers checksMounir IDRASSI1-10/+22
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+422
> 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424