Mounir IDRASSI
5627e7a738
Windows: Add CLI switches to control memory/screen protection features. Disable non-configurable settings in portable mode
2025-06-24 15:48:01 +09:00
Mounir IDRASSI
1a47391d62
Documentation: Fix invalid HTML structure in some files
2025-06-09 10:38:57 +09:00
Jertzukka
4e112df0d2
Documentation: Remove XHTML spec and fix errors ( #1547 )
...
* Documentation: Remove XHTML spec and fix errors
None of the docs follow the XHTML specification, which means
that programs that expect this (such as Gnome Web) as it is advertised
as such, will completely fail to parse it as it is incorrect syntax. So
it is removed.
* Remove .chm files
2025-06-02 09:19:00 +09:00
Mounir IDRASSI
d9c41e0dba
Documentation: Update Russian translations by Dmitry Yerokhin
2025-06-01 10:49:44 +09:00
Mounir IDRASSI
08c813efd6
Increment version to 1.26.24. Update Release Notes and Windows drivers.
2025-05-29 18:10:59 +09:00
Mounir IDRASSI
e68c98ab6b
Increment version to 1.26.3. Update Release Notes and signed drivers
2025-05-28 19:28:32 +09:00
Mounir IDRASSI
c0ab75d499
Documentation: Fix rendering issue of localized CHM files by using correct encoding
2025-05-28 16:12:10 +09:00
Mounir IDRASSI
26eb821c69
Update Release Notes and release date. Increment version of Windows binaries
2025-05-27 18:15:32 +09:00
Mounir IDRASSI
4b46d992da
Increment version to 1.26.22. Update Release Notes. Update signed drivers.
2025-05-25 09:49:49 +09:00
Mounir IDRASSI
34c6557e75
Documentation: Add missing image for mastodon contact
2025-05-25 09:27:47 +09:00
Mounir IDRASSI
44a9f8bcff
Remove SM4 support!
2025-05-18 18:31:39 +09:00
Mounir IDRASSI
cf5a0ad003
Update Release Notes.html and release date.
2025-05-16 15:41:10 +09:00
Mounir IDRASSI
982fffe4db
Reorder SM4-based cascade ciphers: apply SM4 as the final stage following external review.
...
The cascade order has been updated so that SM4 is applied after the other cipher(s) (e.g., Serpent). This change reflects standard cryptanalytic guidance, which shows that the overall strength of a cascade is limited by the first encryption stage. Given that SM4 uses a 128-bit key, its post-quantum brute-force resistance is lower than ciphers with a 256-bit key (such as Serpent). By placing SM4 last, we ensure that any potential weakness in SM4 cannot reduce the security margin provided by the stronger cipher.
2025-05-16 15:37:32 +09:00
Mounir IDRASSI
b0311f7a86
Documentation: Add missing reference to SM4-based Cascades ciphers.
2025-05-15 18:34:35 +09:00
Mounir IDRASSI
1839a4a746
Set release date to May 16th.
2025-05-15 10:39:35 +09:00
Mounir IDRASSI
a882fd65d0
Documentation: remove unused donation image files
2025-05-14 16:04:03 +09:00
Mounir IDRASSI
0d3e0c954b
Update Donation details (bank, crypto, paypal)
2025-05-14 11:05:28 +09:00
Mounir IDRASSI
acac37b5b7
Update Release Notes and CHM. Set release date and update signed Windows drivers.
2025-05-12 10:21:58 +09:00
Mounir IDRASSI
358f7f095e
Documentation: Fix missing AM Crypto references
2025-05-11 21:31:15 +09:00
Mounir IDRASSI
0a8848de6c
Update PayPal donation links
2025-05-11 18:09:43 +09:00
Mounir IDRASSI
b673901503
Move copyright and links to "AM Crypo", amcrypto.jp and veracrypt.jp
2025-05-11 16:02:20 +09:00
Mounir IDRASSI
7924f06e39
Initial support of SM4 cipher for normal volumes
2025-05-04 02:27:05 +09:00
Mounir IDRASSI
e946de7241
Documentation: Harmonize Microsoft Help Workshop project files names. Add Russian localized CHM.
2025-04-29 15:49:00 +09:00
Mounir IDRASSI
97e01098d4
Documentation: various fixes. Add Russian CHM file.
2025-04-29 11:45:12 +09:00
Mounir IDRASSI
ae8f511c01
Documentation: Update various pages to be in sync with online version
2025-04-28 23:56:32 +09:00
Mounir IDRASSI
1f9f1474a7
Documentation: Add missing English documentation HTML files
2025-04-28 23:48:32 +09:00
Mounir IDRASSI
07b53541e0
Windows: reorganize localized documentation, each in a dedicated folder. Adapt installers and documentation URL logic.
...
Now we have 3 folders under html directory:en, ru, zh-cn. Similar separation exist in online version:
https://veracrypt.fr/en
https://veracrypt.fr/ru
https://veracrypt.fr/zh-cn
2025-04-27 23:33:08 +09:00
Mounir IDRASSI
eed17ea92b
Documentation: remove reference to veracrypt.fr/code git repository. Use Code.html for Source Code menu
2025-04-26 18:47:32 +09:00
风之暇想
9412b1e119
Fix a mistake ( #1530 )
...
* Fix a mistake
* Fix a mistake
2025-04-23 16:55:26 +09:00
风之暇想
8ca31c3fe2
User Guide with THML ( #1523 )
...
* Create VeraCrypt_zh-cn.hhk
* Add files via upload
* Create Documentation.html
* Add files via upload
* Add files via upload
* Add files via upload
* Update Kuznyechik.html
* Update Twofish.html
* Update Disclaimers.html
* Add files via upload
* Add files via upload
* Add files via upload
2025-04-21 11:40:05 +02:00
Mounir IDRASSI
c9387caa03
Update Release Notes. Update Windows signed drivers. Update MBR bootloader.
2025-02-04 01:20:08 +01:00
Mounir IDRASSI
55563ffe42
Increment version to 1.26.20. Update Release Notes.
2025-02-03 17:52:19 +01:00
Helmut K. C. Tessarek
498dff9013
refactor: use the term unmount instead of dismount ( #1478 )
...
* refactor: use UNMOUNT instead of DISMOUNT in code
This change updates the term DISMOUNT in constants to UNMOUNT.
Other occurrences (e.g. variable names) are left alone for now.
* refactor(ui): use unmount instead of dismount
This change updates the GUI text and replaces dismount with unmount.
* docs: update term dismount -> unmount
* refactor(cmdline): add unmount
This change adds an argument 'unmount' for command line usage, while
trying to deprecate the old disnount argument.
The current dismount argument/flag will still work to not introduce
a breaking change.
* docs: mention that /dismount is deprecated
This change fixes the shorthand version of the argument /unmount
It also adds back the info for /dismount and that it is deprecated.
2025-01-31 23:18:26 +01:00
Mounir IDRASSI
e34411b5db
Translation: Update Russian translation of Release Notes (by Dmitry Yerokhin)
2025-01-25 01:02:46 +01:00
Mounir IDRASSI
16aa1a7be0
Increment version to 1.26.19. Update Release Notes.
2025-01-22 18:37:46 +01:00
Mounir IDRASSI
1ebe3546a6
Update copyright date to 2025
2025-01-22 17:52:45 +01:00
Mounir IDRASSI
b187afb4c8
Update release notes and release date.
2025-01-19 14:06:36 +01:00
Mounir IDRASSI
ff63e5aad0
Update Release Notes. Set version to 1.26.18. Update signed Windows drivers.
2025-01-17 07:44:09 +01:00
Mounir IDRASSI
c79f8102e0
Update Release Notes about fixed CVEs
2025-01-14 15:52:03 +01:00
Mounir IDRASSI
1b35abb191
Increment version to 1.26.18. Update copyright date. Update Release Notes. Update Windows drivers.
2025-01-14 12:26:28 +01:00
Mounir IDRASSI
e8e0be2ad5
Update donation HTML page to use new PayPal donation links
...
We add javascript code to the page to handle dynamic selection of donation currency
2025-01-06 11:50:20 +01:00
Mounir IDRASSI
f05ce4eaf3
Updated Russian translation of Release Notes (by Dmitry Yerokhin)
2024-12-22 23:40:34 +01:00
Mounir IDRASSI
968b72947f
Update Release Notes.
2024-11-26 23:59:38 +01:00
Mounir IDRASSI
8ad9e7d769
Set 1.26.17 release date to November 24th
2024-11-24 14:04:21 +01:00
Mounir IDRASSI
b85a2df224
Windows driver: use correct WDM type. Increment version to 1.26.17
2024-11-20 00:21:30 +01:00
Mounir IDRASSI
f9b9a9ca9f
Increment version to 1.26.16. Update Release Notes. Update signed Windows drivers.
2024-11-18 00:04:26 +01:00
Mounir IDRASSI
b2e55df00c
Documentation: Update CHM user guide
2024-09-02 21:16:47 +02:00
Mounir IDRASSI
4a4cfcdb84
Update Release Notes to mention the fix of EFI regression
2024-09-02 21:07:39 +02:00
Mounir IDRASSI
68ade5717b
Windows: Update Release Notes for 1.26.15 release to mention MSI related changes
2024-09-01 22:46:42 +02:00
Mounir IDRASSI
71dc18aaa2
Windows: Fix MSI not installing all new documentation file. Remove old files left from old versions. Increment version to 1.26.15.
2024-09-01 17:20:01 +02:00