Veracrypt and windows 10

VeraCrypt

VeraCrypt 1.24 Update 7 LATEST

Windows 8 / Windows 10

VeraCrypt Setup 1.24-Update7.exe

VeraCrypt 2021 full offline installer setup for PC 32bit/64bit

VeraCrypt is a free disk encryption software for Windows PC. VeraCrypt picks up from where TrueCrypt left and it adds enhanced security to the algorithms used for system and partitions encryption making it immune to new developments in brute-force attacks.

VeraCrypt also solves many vulnerabilities and security issues found in TrueCrypt. It can load TrueCrypt volume and it offers the possibility to convert TC containers and non-system partitions to the app format.

It adds enhanced security to the algorithms used for system and partitions encryption making it immune to new developments in brute-force attacks. It also solves many vulnerabilities and security issues found in TrueCrypt.

This enhanced security adds some delay ONLY to the opening of encrypted partitions without any performance impact on the application use phase. This is acceptable to the legitimate owner but it makes it much harder for an attacker to gain access to the encrypted data. The app can mount TrueCrypt volumes. It also can convert them to Vera Crypt format.

Features and Highlights

  • Creates a virtual encrypted disk within a file and mounts it as a real disk.
  • Encrypts an entire partition or storage device such as a USB flash drive or hard drive.
  • Encrypts a partition or drive where Windows is installed (pre-boot authentication).
  • Encryption is automatic, real-time (on-the-fly) and transparent.
  • Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted.
  • Encryption can be hardware-accelerated on modern processors.
  • Provides plausible deniability, in case an adversary forces you to reveal the password: Hidden volume (steganography) and hidden operating system.

Скачать VeraCrypt

Вы можете скачать VeraCrypt на русском либо по прямой ссылке с официального сайта VeraCrypt, либо перейти на страницу загрузок официального сайта и там выбрать желаемый вариант установщика.

Вариант 1: Скачать VeraCrypt на русском по прямой ссылке

Самый быстрый и простой вариант. Просто выберите вариант загрузки под вашу операционную систему и скачайте установщик VeraCrypt.

Windows Linux MacOS
Скачать установщик VeraCrypt для Windows Скачать VeraCrypt для Linux Скачать VeraCrypt для MacOS
Скачать портативную версию для Windows

Обратите внимание, что для Windows дополнительно доступна портативная версия VeraCrypt. Это может быть полезно в том случае, если вы не желаете устанавливать программу в системе. Также вы можете скопировать портативную версию на флешку и использовать VeraCrypt, прямо запуская её с флешки.

Вариант 2: Скачать VeraCrypt на русском с официального сайта

Скачать VeraCrypt очень просто. Просто следуйте инструкциям этой статьи и вы узнаете, как скачать VeraCrypt на свой компьютер.
На момент написания этой статьи сайт не переведён на русский язык, но не волнуйтесь, если вы не знаете английского языка.

Как скачать VeraCrypt: пошаговая инструкция

Сначала зайдите на официальный сайт программы, в раздел «Downloads» –
https://www.veracrypt.fr/en/Downloads.html

Читайте также:  Geeqie linux что это

Затем кликните напротив слова «Installer» (установщик программы).

Подтвердите скачивание файла:

Начнётся скачивание установщика (инсталлятора) программы VeraCrypt.

После того, как файл будет скачан, запустите его на выполнение и установите программу. Если вы не знаете, как установить VeraCrypt, прочтите нашу статью Установка VeraCrypt на Windows 7

Important

You may use the source code contained in this archive only if you accept and agree to the license terms contained in the file ‘License.txt’, which is included in this archive.

Note that the license specifies, for example, that a derived work must not be called ‘TrueCrypt’ or ‘VeraCrypt’

Contents

I. Windows Requirements for Building VeraCrypt for Windows. Instructions for Building VeraCrypt for Windows. Instructions for Signing and Packaging VeraCrypt for Windows.

II. Linux and Mac OS X Requirements for Building VeraCrypt for Linux and Mac OS X. Instructions for Building VeraCrypt for Linux and Mac OS X. Mac OS X specifics

IV. Third-Party Developers (Contributors)

V. Legal Information

VI. Further Information

I. Windows

Requirements for Building VeraCrypt for Windows:

  • Microsoft Visual C++ 2010 SP1 (Professional Edition or compatible)
  • Microsoft Visual C++ 1.52 (available from MSDN Subscriber Downloads)
  • Microsoft Windows SDK for Windows 7.1 (configured for Visual C++ 2010)
  • Microsoft Windows SDK for Windows 8.1 (needed for SHA-256 code signing)
  • Microsoft Windows Driver Kit 7.1.0 (build 7600.16385.1)
  • NASM assembler 2.08 or compatible
  • YASM 1.3.0 or newer.
  • gzip compressor
  • upx packer (available at https://upx.github.io/)

The 64-bit editions of Windows Vista and later versions of Windows, and in some cases (e.g. playback of HD DVD content) also the 32-bit editions, do not allow the VeraCrypt driver to run without an appropriate digital signature. Therefore, all .sys files in official VeraCrypt binary packages are digitally signed with the digital certificate of the IDRIX, which was issued by Thawte certification authority. At the end of each official .exe and .sys file, there are embedded digital signatures and all related certificates (i.e. all certificates in the relevant certification chain, such as the certification authority certificates, CA-MS cross-certificate, and the IDRIX certificate). Keep this in mind if you compile VeraCrypt and compare your binaries with the official binaries. If your binaries are unsigned, the sizes of the official binaries will usually be approximately 10 KiB greater than sizes of your binaries (there may be further differences if you use a different version of the compiler, or if you install a different or no service pack for Visual Studio, or different hotfixes for it, or if you use different versions of the required SDKs).

Instructions for Building VeraCrypt for Windows:

1) Create an environment variable ‘MSVC16_ROOT’ pointing to the folder ‘MSVC15’ extracted from the Visual C++ 1.52 self-extracting package.

Note: The 16-bit installer MSVC15\SETUP.EXE cannot be run on 64-bit Windows, but it is actually not necessary to run it. You only need to extract the folder ‘MSVC15’, which contains the 32-bit binaries required to build the VeraCrypt Boot Loader.

2) If you have installed the Windows Driver Development Kit in another directory than ‘%SYSTEMDRIVE%\WinDDK’, create an environment variable ‘WINDDK_ROOT’ pointing to the DDK installation directory.

3) Open the solution file ‘VeraCrypt.sln’ in Microsoft Visual Studio 2010.

4) Select ‘All’ as the active solution configuration.

5) Build the solution.

6) If successful, there should be newly built VeraCrypt binaries in the ‘Release’ folder.

Instructions for Signing and Packaging VeraCrypt for Windows:

First, create an environment variable ‘WSDK81’ pointing to the Windows SDK for Windows 8.1 installation directory. The folder «Signing» contains a batch file (sign.bat) that will sign all VeraCrypt components using a code signing certificate present on the certificate store and also build the final installation setup. The batch file suppose that the code signing certificate is issued by Thawt. This is the case for IDRIX’s certificate. If yours is issued by another CA, then you should put the Root and Intermediate certificates in the «Signing» folder and then modify sign.bat accordingly.

Читайте также:  Обновления windows как задать время

VeraCrypt EFI Boot Loader:

VeraCrypt source code contains pre-built EFI binaries under src\Boot\EFI. The source code of VeraCrypt EFI Boot Loader is licensed under LGPL and it is available at https://github.com/veracrypt/VeraCrypt-DCS. For build instructions, please refer to the file src\Boot\EFI\Readme.txt.

II. Linux and Mac OS X

Requirements for Building VeraCrypt for Linux and Mac OS X:

  • GNU Make
  • GNU C++ Compiler 4.0 or compatible
  • Apple Xcode (Mac OS X only)
  • YASM 1.3.0 or newer (Linux only, x86/x64 architecture only)
  • pkg-config
  • wxWidgets 3.0 shared library and header files installed or wxWidgets 3.0 library source code (available at https://www.wxwidgets.org)
  • FUSE library and header files (available at https://github.com/libfuse/libfuse and https://osxfuse.github.io/)

Instructions for Building VeraCrypt for Linux and Mac OS X:

1) Change the current directory to the root of the VeraCrypt source code.

2) If you have no wxWidgets shared library installed, run the following command to configure the wxWidgets static library for VeraCrypt and to build it:

The variable WX_ROOT must point to the location of the source code of the wxWidgets library. Output files will be placed in the ‘./wxrelease/’ directory.

3) To build VeraCrypt, run the following command:

or if you have no wxWidgets shared library installed:

4) If successful, the VeraCrypt executable should be located in the directory ‘Main’.

By default, a universal executable supporting both graphical and text user interface (through the switch —text) is built. On Linux, a console-only executable, which requires no GUI library, can be built using the ‘NOGUI’ parameter:

On MacOSX, building a console-only executable is not supported.

Mac OS X specifics:

Under MacOSX, the SDK for OSX 10.7 is used by default. To use another version of the SDK (i.e. 10.6), you can export the environment variable VC_OSX_TARGET:

Before building under MacOSX, pkg-config must be installed if not yet available. Get it from https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz and compile using the following commands :

After making sure pkg-config is available, download and install OSXFuse from https://osxfuse.github.io/ (MacFUSE compatibility layer must selected)

The script build_veracrypt_macosx.sh available under «src/Build» performs the full build of VeraCrypt including the creation of the installer pkg. It expects to find the wxWidgets 3.0.3 sources at the same level as where you put VeraCrypt sources (i.e. if «src» path is «/Users/joe/Projects/VeraCrypt/src» then wxWidgets should be at «/Users/joe/Projects/wxWidgets-3.0.3»)

The build process uses Code Signing certificates whose ID is specified in src/Main/Main.make (look for lines containing «Developer ID Application» and «Developer ID Installer»). You’ll have to modify these lines to put the ID of your Code Signing certificates or comment them if you don’t have one.

Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension. Thus, we recommend using a different OSX SDK version for building VeraCrypt.

III. FreeBSD

FreeBSD is supported starting from version 11. The build requirements and instructions are the same as Linux except that gmake should be used instead of make.

IV. Third-Party Developers (Contributors)

If you intend to implement a feature, please contact us first to make sure:

1) That the feature has not been implemented (we may have already implemented it, but haven’t released the code yet). 2) That the feature is acceptable. 3) Whether we need help of third-party developers with implementing the feature.

Читайте также:  Для чего нужен windows aero

Information on how to contact us can be found at: https://www.veracrypt.fr/

V. Legal Information

This software as a whole:
Copyright (c) 2013-2020 IDRIX. All rights reserved.

Portions of this software:
Copyright (c) 2013-2020 IDRIX. All rights reserved.
Copyright (c) 2003-2012 TrueCrypt Developers Association. All rights reserved.
Copyright (c) 1998-2000 Paul Le Roux. All rights reserved.
Copyright (c) 1998-2008 Brian Gladman, Worcester, UK. All rights reserved.
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler.
Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov
Copyright (c) 1999-2017 Dieter Baron and Thomas Klausner.
Copyright (c) 2013, Alexey Degtyarev. All rights reserved.
Copyright (c) 1999-2016 Jack Lloyd. All rights reserved.
Copyright (c) 2013-2019 Stephan Mueller smueller@chronox.de

For more information, please see the legal notices attached to parts of the source code.

Trademark Information

Any trademarks contained in the source code, binaries, and/or in the documentation, are the sole property of their respective owners.

VeraCrypt

Разработчик: IDRIX (Франция)
Лицензия: Apache License 2.0 и TrueCrypt License 3.0 (бесплатно)
Версия: 1.24-Update8 (Mac) / 1.24-Update7 (Windows, Linux)
Обновлено: 2020-11-29
Системы: Windows / MacOS / Linux
Интерфейс: русский / английский
Рейтинг:
Ваша оценка:
Категория: Программы для шифрования
Размер: зависит от устройства

О программе

Что нового

Новое в версии 1.24-Update7 / 1.24-Update8 (29.11.2020):

Новое в версии 1.24-Hotfix1 :

Системные требования

Системные требования VeraCrypt

VeraCrypt на данный момент поддерживает следующие операционные системы:

  • Windows 10
  • Windows 8 и 8.1
  • Windows 7
  • Windows Vista
  • Windows XP
  • Windows Server 2012
  • Windows Server 2008 R2 (64-bit)
  • Windows Server 2008
  • Windows Server 2003
  • Mac OS X 11.0 Big Sur
  • Mac OS X 10.13 High Sierra
  • Mac OS X 10.12 Sierra
  • Mac OS X 10.11 El Capitan
  • Mac OS X 10.10 Yosemite
  • Mac OS X 10.9 Mavericks
  • Mac OS X 10.8 Mountain Lion
  • Mac OS X 10.7 Lion
  • Linux x86 (32-bit and 64-bit versions, kernel 2.6 or compatible)

Полезные ссылки

Подробное описание

VeraCrypt — бесплатный инструмент для шифрования «на лету», форк закрытого проекта TrueCrypt с открытым исходным кодом.

Методы шифрования идентичны Truecrypt: Вы можете создавать индивидуальные контейнеры и монтировать их как виртуальные диски, храня при этом файлы в зашифрованном виде.

Создав контейнер с помощью мастера и смонтировав его как диск, Вы можете свободно перемещать файлы на диск, при этом они будут зашифровываться.

VeraCrypt можно использовать для USB устройств флеш-памяти. Вы можете зашифровывать флешки полностью, а можете создать отдельный контейнер на носителе. Во втором случае Вам нужно будет монтировать контейнер как отдельное хранилище каждый раз, когда Вы подключаете флеш-диск к компьютеру.

Надежное шифрование с помощью VeraCrypt

Вы можете использовать файлы из контейнеров напрямую при использовании VeraCrypt. Когда к файлу имеют доступ другие программы, части файлы дешифруются с помощью ключа, созданного при шифровании или во время создания контейнера. Файлы не расшифровываются целиком — VeraCrypt расшифровывает и помещает в память только ту часть файла, с которой ведется работа в конкретный момент времени. При переходе к другой части файла, эта конкретная часть расшифровывается, а используемая ранее зашифровывается после сохранения изменений на диске.

За счет этого шифрование является более надежным, чем в Truecrypt. Усиленная безопасность вызывает небольшую задержку только при открытии зашифрованных разделов без какого-либо влияния на производительность во время использования приложения. Данный подход значительно затрудняет доступ злоумышленника к зашифрованным данным. Кроме того, начиная с версии 1.12 в VeraCrypt используется персональный коэффициент количества итераций (Personal Iterations Multiplier, PIM), который также улучшает безопасность.

Таким образом, VeraCrypt предоставляет более мощную защиту конфиденциальных данных, чем Truecrypt. Инструмент поддерживает монтирование контейнеров TrueCrypt.

Оцените статью