VeraCrypt
veracrypt.frVeraCrypt is open source cross-platform disk encryption software. You can use it to either encrypt a specific file or directory, or an entire disk or partition. VeraCrypt is incredibly feature-rich, with comprehensive encryption options, yet the GUI makes it easy to use. It has a CLI version, and a portable edition. VeraCrypt is the successor of (the now deprecated) TrueCrypt.
- Homepage: veracrypt.fr
- GitHub: github.com/veracrypt/VeraCrypt
- Web info: web-check.xyz/results/veracrypt.fr
VeraCrypt Source Code
Author
Description
Disk encryption with strong security based on TrueCrypt
Homepage
https://www.veracrypt.frLicense
NOASSERTION
Created
08 Nov 14
Last Updated
28 Mar 24
Latest version
Primary Language
C
Size
322,698 KB
Stars
6,123
Forks
896
Watchers
6,123
Language Usage
Star History
Top Contributors
-
@idrassi (1986)
-
@Jertzukka (22)
-
@Atalanttore (22)
-
@Patriccollu (18)
-
@Matthaiks (16)
-
@nkh0472 (15)
-
@TigerxWood (15)
-
@RockyTDR (15)
-
@Mr-Update (12)
-
@ElMostafaIdrassi (11)
-
@kavsrf (11)
-
@davidfoerster (10)
-
@DLL125 (6)
-
@alt3r-3go (6)
-
@sandakersmann (5)
-
@Unit193 (4)
-
@Musikolo (4)
-
@Van-Fouran (4)
-
@initbar (4)
-
@andreas-becker (3)
-
@gktrk (3)
-
@harryytm (3)
-
@hannob (3)
-
@Kieaer (2)
-
@fzxx (2)
-
@kovalev0 (2)
-
@gv5470 (2)
-
@csware (2)
-
@Yanpas (2)
-
@wendig0x (2)
Recent Commits
-
Mounir IDRASSI (15 Dec 23)
Translations: Update Spanish translation
-
Mounir IDRASSI (14 Dec 23)
Spanish Translation: fix typos and enhancements
-
MayanTigger (14 Dec 23)
Update Language.es-22Nov23.xml (#1261) Hello: I think of there were a regression of the fields already translated. Now translated 1441, 1443 up to 1451 Have a great day!
-
Jonatan (14 Dec 23)
Update Swedish translation (#1278)
-
nkh0472 (11 Dec 23)
Update Language.zh-cn.xml (#1259)
-
Jonatan (11 Dec 23)
Update Swedish translation (#1270) * Update Language.sv.xml * Fix typo * Fix typo * Fix typo
-
Patriccollu (11 Dec 23)
Update Corsican translation on 2023-11 (#1258)
-
Mr-Update (11 Dec 23)
Update Language.de.xml (#1262)
-
Jertzukka (11 Dec 23)
Linux: Allows GUI to launch in a Wayland-only environment (#1264) Currently we check whether the system has DISPLAY environment variable set, which is the case in a system that uses X11 natively or XWayland. This variable is not set in a system with only Wayland, so we need to also check whether WAYLAND_DISPLAY is set. Fixes: #184
-
Jertzukka (11 Dec 23)
macOS: Use correct Disk Utility location when "check filesystem" is ran (#1273)
-
Jertzukka (11 Dec 23)
macOS: Fix near zero width PIM input box and simplify wxTextValidator logic (#1274) * macOS: Fix issue where PIM box has no width in Wizard VolumePimTextCtrl has a problem with width on macOS which we can fix by adjusting the proportions of the elements inside the PimSizer, which seems like a better solution than using a forced minimum size in pixels. Adjacent, simplifies the validator logic for digits in PIM field. Fixes #1219
-
Mounir IDRASSI (19 Nov 23)
Linux/MacOSX: put entries at line start and use tabs instead of spaces
-
Mounir IDRASSI (19 Nov 23)
MacOSX: update version field in pkg project files
-
Mounir IDRASSI (19 Nov 23)
Continue update Bitcoin donation address and its QR code
-
Mounir IDRASSI (19 Nov 23)
New Bitcoin donation address since current one is affected by Randstorm vulnerability
-
Matthaiks (19 Nov 23)
Update Polish translation (#1255)
-
Mounir IDRASSI (19 Nov 23)
Translations: Add back new strings to the Turkish language file.
-
Kaya Zeren (19 Nov 23)
Turkish translation 1.26.10 update (#1254) Fully reviewed and heavily updated. Copy paste Google Translations replaced by real person translations. Translation consistency improved all around. Transifex (Localization Lab Project) has older VeraCrypt resource file and needs updated latest version to use advanced translation platform features.
-
Mounir IDRASSI (19 Nov 23)
Revert changes to Language.tr.xml to allow merging Github translation PR
-
Jertzukka (18 Nov 23)
Linux/FreeBSD/macOS: Implement language selection settings (#1253) * Implement Language selection into settings Initial commit to create a new tab in PreferencesNotebook for Language selection. By default, if nothing is chosen, it uses the current behaviour of using the language from system environment variables. If another language is chosen from the settings, it is saved into the Configuration.xml and this is used instead. * Fix SetStringSelection() assert issue on macOS * Add header include to fix build * Add current language pack, authors and way to use literal strings * Translations also for FreeBSD * Minimal GTK3 WX build on FreeBSD requires wxGraphicsContext * Get Preferences properly instead of workaround function * Use WrapSizer instead of BoxSizer for author line This forces long author lists to be put on a new line, reducing the need to increase window width. * Update Finnish translation * Borrow translation from IDM_LANGUAGE where it makes sense * Remove colon and thus unneeded function * Simplify Language tab layout * Reintroduce macOS specific fixes to Forms.cpp * cleanup
-
lealem47 (12 Nov 23)
wolfCrypt as crypto backend for VeraCrypt (#1227) * wolfCrypt as crypto backend for VeraCrypt * Refactor to use EncryptionModeWolfCryptXTS class
-
Mounir IDRASSI (12 Nov 23)
Translations: update Russian translation file and documentation by Dmitry Yerokhin.
-
Mounir IDRASSI (09 Nov 23)
Remove unneeded redundant OS name in Release Notes
-
Mounir IDRASSI (08 Nov 23)
Update MBR bootloader to 1.26.10 version
-
Mounir IDRASSI (08 Nov 23)
Increment version to 1.26.10. Update signed Windows drivers.
-
Mounir IDRASSI (08 Nov 23)
Windows: Fix failure to format some disks (e.g. VHDX) caused by partition offset not 4K aligned Now we set offset to 1MB which is a typical values used for MBR disks. We also use a more standard way to calculate legacy number of cylinders
-
Jertzukka (08 Nov 23)
Linux: Fix generic installation script on Konsole in Wayland (#1244) The x11 aliases such as --title are only available in the Qt application if the XDG_SESSION_TYPE is x11. Instead of using an alias, we can use --qwindowtitle directly.
-
Mounir IDRASSI (05 Nov 23)
Documentation: Remove Flattr as donation platform since it is shutting down
-
Mounir IDRASSI (05 Nov 23)
Documentation: Mention that TRIM is not supported on macOS
-
Mounir IDRASSI (05 Nov 23)
Documentation: Add more information about TRIM behavior in VeraCrypt
VeraCrypt Website
Website
Redirects
Redirects to https://veracrypt.fr/en/Home.html
Security Checks
1 security checks failed (65 passed)
- Empty Page Title
Server Details
- IP Address 51.210.181.103
- Hostname vps-a40c71d1.vps.ovh.net
- Location Roubaix, Hauts-de-France, France, EU
- ISP OVH SAS
- ASN AS16276
Associated Countries
-
FR
-
DE
Saftey Score
Website marked as safe
100%
Blacklist Check
www.veracrypt.fr was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
VeraCrypt Reviews
More File Encryption
-
Open source client-side encryption for cloud files - Cryptomator is geared towards using alongside cloud-backup solutions, and hence preserves individual file structure, so that they can be uploaded. It too is easy to use, but has fewer technical customizations for how the data is encrypted, compared with VeraCrypt. Cryptomator works on Windows, Linux and Mac - but also has excellent mobile apps.
-
age
is a simple, modern and secure CLI file encryption tool and Go library. It features small explicit keys, no config options, and UNIX-style composability
About the Data: VeraCrypt
API
You can access VeraCrypt's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/essentials/file-encryption/veracrypt
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share VeraCrypt
Help your friends compare File Encryption, and pick privacy-respecting software and services.
Share VeraCrypt and Awesome Privacy with your network!