Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-01 | Add test vectors for HMAC-SHA256 and PBKDF2-HMAC-SHA256 | Mounir IDRASSI | 1 | -0/+71 | |
2014-11-08 | Simplify code handling iterations count: in boot mode, we'll set the correct ↵ | Mounir IDRASSI | 1 | -2/+2 | |
iterations count inside derive_u_sha256 and derive_u_ripemd160 depending in the value of the iterations parameter. On normal mode, we use normal values of iterations count. Removes the special test parameter from RIPEMD160 functions. | |||||
2014-11-08 | Remove deprecated/legacy cryptographic algorithms and encryption modes that ↵ | Mounir IDRASSI | 1 | -645/+1 | |
are never used by VeraCrypt. This will speed up volumes opening in many cases. | |||||
2014-11-08 | Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ↵ | Mounir IDRASSI | 1 | -2/+2 | |
1000 when booting in encrypted system partition, and 2000000 instead of 2000 when using encrypted containers and partitions | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+1722 | |