This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
VeraCrypt
Watch
1
Star
0
Fork
0
You've already forked VeraCrypt
mirror of
https://github.com/veracrypt/VeraCrypt.git
synced
2026-05-14 00:21:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
144
Commits
6
Branches
53
Tags
714a2ce0ae7e8b2cee32b0d6245a59e787758fc5
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Mounir IDRASSI
714a2ce0ae
Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the same size and they are never needed at the same time. So, we can minimize stack memory usage by using only one array instead of two. At the end of the function, the array is erased securely.
2014-11-08 23:24:22 +01:00
src
Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the same size and they are never needed at the same time. So, we can minimize stack memory usage by using only one array instead of two. At the end of the function, the array is erased securely.
2014-11-08 23:24:22 +01:00
Translations
Increment version to 1.0e for the next release
2014-11-08 23:23:17 +01:00
Description
No description provided
632
MiB
Languages
C
56%
HolyC
19.1%
C++
15.3%
Assembly
7.7%
Shell
0.9%
Other
0.9%