【VeraCrypt】暗号化仮想ドライブ作成ソフト Part28at SOFTWARE
【VeraCrypt】暗号化仮想ドライブ作成ソフト Part28 - 暇つぶし2ch818:名無しさん@お腹いっぱい。
26/06/07 05:45:21.14 ac3GvdPJ0.net
自分でコンパイルしろよ

819:名無しさん@お腹いっぱい。
26/06/07 06:07:47.66 NHugUZIir.net
ああいう問題のレベルを混同したようなマヌケなことをユーザーにやらせるから開発者の知性が疑われるんよ
お前のCPUの知識とか暇人がやった乱数の検証とか俺にとっちゃどうでもいいんで

820:名無しさん@お腹いっぱい。
26/06/07 06:11:26.37 MIT/rKym0.net
>>819
そんなあなたに Bitlocker

821:名無しさん@お腹いっぱい。
26/06/07 06:15:01.56 NHugUZIir.net
だいたいお前らSpectre/Meltdown問題があるからそれ知ってどうしたわけ
別になんもしないで2026年の今でも平気なわけでそれとまったく同じでプラクティカルに意味が無い

822:名無しさん@お腹いっぱい。
26/06/07 13:04:30.71 LQfOvchk0.net
日本語でおけ

823:名無しさん@お腹いっぱい。
26/06/07 13:14:32.10 6eE9LZyqa.net
こういうCAPTHAとかまじめにやっちゃう系のテンプレ的な馬鹿が
コンテナ作るたびにマウスカーソルを一生懸命うろちょろさせてるかと思うと悲しくなってくるな

824:名無しさん@お腹いっぱい。
26/06/07 18:13:10.92 GOuJRnQx0.net
安全性にこだわりがないならビットロッカー(笑)で良いのだから、マウスで乱数を作るのがVeraCryptユーザーの平均

825:名無しさん@お腹いっぱい。
26/06/07 18:17:46.80 4XXvXW1cr.net
マウスの乱数ってあれなんの意味があるのかわからないけどうりうりしてる
暗号化とパスワードのやり取りのどこに乱数が絡む余地があるんだろうと

826:名無しさん@お腹いっぱい。
26/06/07 18:24:56.99 GOuJRnQx0.net
乱数発生機だと法則性がある乱数しか作れないと義務教育で習うだろ

827:名無しさん@お腹いっぱい。
26/06/07 18:37:18.52 G4LYXPv4H.net
疑似乱数は字義乱数でしかないけど暗号学的に安全とされている乱数生成アルゴリズムはあるよ
じゃないとなんかキー生成するたびにマウスグリグリやらないといけないことになる

828:名無しさん@お腹いっぱい。
26/06/07 20:36:42.92 MIT/rKym0.net
同じシード値だったら同じ乱数になるでしょう

マウスぐりぐりしないで乱数生成する場合は、システム起動時間とか現在時刻とか
場合によっては CPU 温度みたいな情報もエントロピーに突っ込んでシード値にして、できる限り真の乱数に近づけてる

829:名無しさん@お腹いっぱい。
26/06/07 21:56:21.39 mtkjLmxYH.net
ん?だからそうすればいいし実際そうしていろんなサービスが正常に動いてるじゃんってことじゃないの?
まあveraは「パラノイド向け」って自分で言ってるし実用性より安心感なんだろうけど

830:名無しさん@お腹いっぱい。
26/06/07 23:14:52.70 6eE9LZyqa.net
Veraからの話じゃねーっつのニワカ

831:名無しさん@お腹いっぱい。
26/06/15 10:58:17.97 B8LB4bIW0.net
安心「感」などではなく自動生成は特定パターンに偏って危険だが
ユーザーがマウスでランダム性を作るのはむしろVera以外もやるべきなんだよ本来は

832:名無しさん@お腹いっぱい。
26/06/15 12:51:42.91 f5agDxW70.net
熱雑音などによる乱数発生器が使えない場合なら

833:名無しさん@お腹いっぱい。
26/06/15 13:16:20.98 K8Wd66840.net
PGPの時代からマウスグリグリは乱数シード生成の定番

834:名無しさん@お腹いっぱい。
26/06/16 02:27:25.01 fnU8/61y0.net
マイクに向かってくぁwせdfrtgyふじこpって叫べばOKにして欲しい

835:名無しさん@お腹いっぱい。
26/06/24 07:38:56.06 Ym98yEDf0.net
1.26.29 (June 9th, 2026):

All OSes:
Add Argon2id as an alternative memory-hard KDF for non-system volumes.
Use "KDF" terminology in the user interface and documentation instead of "PKCS-5 PRF".
When changing a volume password or changing only a volume header KDF, use the selected KDF's default PIM when a different KDF is selected unless a new PIM is explicitly specified.
Update logo icons with simplified icons without extra label text.
Harden XML and TLV parsers against malformed input.
Security: Fix GHSA-94c6-mgmv-mqc5: non-default WOLFCRYPT=1 builds now use wolfCrypt PBKDF2 instead of HKDF and honor VeraCrypt's PBKDF2 iteration count.
Reported by URLリンク(github.com)
CVE-2026-53762
Fix CPU feature detection and crypto implementation edge cases, including AVX2/leaf 7 detection, BLAKE2s/Argon2 no-SSE2 x86 fallback paths, Camellia SSSE3 dispatch, Twofish x64 multiblock tail handling and Whirlpool alignment.
Update documentation, including Argon2id/KDF information and split Windows/Unix command line usage pages.
Update translations.

836:名無しさん@お腹いっぱい。
26/06/24 07:39:21.11 Ym98yEDf0.net
Windows:
Fix rare BSOD (Blue Screen of Death) issue affecting the VeraCrypt driver.
Fix hibernation crash on fresh Windows 11 25H2 installations.
Security: Fix GHSA-jjcr-75w7-58jp: hidden volume quick format no longer uses the file-container allocation shortcut that wrote plaintext zero sectors at 128 MiB intervals, preserving plausible deniability.
Reported by URLリンク(github.com)
Regression introduced in 1.26.6
CVE-2026-54073
Harden Windows driver input validation and crash dump filter handling (GH PR #1590).
Improve driver I/O handling, including safer request completion, ordered volume flush barriers, and better VERIFY/TRIM validation.
Fix PBKDF XSTATE cleanup and add Win64 unwind metadata for AES assembly.
Speed up mounting when KDF autodetection is selected.
Allow selecting which KDF algorithms are included in the benchmark dialog.
Allow canceling long mount operations from the wait dialog and with the new /cancelmount CLI switch, including auto-mount scans.
Add support for new Microsoft UEFI CA 2023 signed EFI bootloaders while preserving Microsoft UEFI CA 2011 support.
Improve EFI system encryption repair and upgrade handling, including stuck decryption finalization, Post-OOBE repair, loader restoration verification, and clearer missing-loader reporting.
Fix EFI DcsProp rewrite handling.
Fix ghost drive letter after command line unmount (GH #337, GH #1426).
Fix favorite volume mount race.
Update stored favorite volume PIM/KDF metadata after password or header KDF changes.
Fix elevated COM format drive validation and device path normalization (GH #1670).
Fix ReFS formatting during volume creation.
Fix MSI traveler disk creation with WHQL-signed drivers, ARM64 MSI build, Start Menu folder upgrades, and discovery of newer SDK MSI tools.
Add CLI switch /protectScreen to allow disabling screen protection in portable mode (cf documentation).
Add argument to CLI switch /protectMemory to allow disabling memory protection in portable mode (cf documentation).
Add setting and CLI switch /enableIME to allow enabling Input Method Editor (IME) in Secure Desktop.
Use tab control for VeraCrypt preferences to reduce clutter and size of the dialog.
Provide VeraCrypt C/C++ SDK for creating volumes (URLリンク(github.com)).
Update LZMA SDK to version 26.01.

837:名無しさん@お腹いっぱい。
26/06/24 07:39:39.04 Ym98yEDf0.net
Linux:
Update Ubuntu 25.04 dependency to require libwxgtk3.2-1t64 package.
Add support for building against FUSE3.
Add in-kernel NTFS driver selection for NTFS mounts, including --filesystem=kernel-ntfs and -m kernelntfs.
--filesystem=ntfs3 now pins the kernel ntfs3 driver and bypasses mount helpers such as mount.ntfs3.
Fix AppImage portability and language loading, bundle a matching FUSE library, and allow AppImage file name to start with "veracrypt" in any case.
Suppress redundant "already running" dialog and store the GUI instance lock under XDG paths.
Add emergency cleanup for stale unmounts.
Parallelize header KDF autodetection.
Honor nokernelcrypto during external formatting.
On WSL, open mounted volumes using Windows Explorer.
Add support for reproducible Linux builds, including SOURCE_DATE_EPOCH handling, DEB/RPM packages, and Arch package builds.
Add OpenWrt package build and QEMU test scripts.
Fix CMake 4 compatibility, CentOS 6 GCC 4.4 builds, and wxWidgets-related build issues.

Linux and macOS:
Fix initial width of columns in main UI.
Enable Quick Format for normal file containers. The container is sized with ftruncate(), so the host filesystem may keep regions unwritten or sparse until data is written to them.
Fix hidden volume size estimation for exFAT outer volumes.
Fix hidden volume FAT size limit handling.
Fix erroneous 2 TiB limit for hidden file containers in GUI wizard.
Show volume creation finalization stages.
Collect mouse entropy from nested controls in the volume creation wizard.
Fix remaining wxWidgets sizer flags.

macOS:
Use SMB backend for FUSE-T auxiliary mounts and improve FUSE-T SMB metadata handling and mount stability.
Recover mounted volume mount points.
Validate format wizard device targets and block partitioned whole-disk alias bypasses.
Run APFS formatter elevated when needed and prepare APFS formatter device aliases.
Force fresh exFAT layout when formatting volumes.
Fix Command-A in password fields.
Link against wxWidgets 3.2.10 and allow overriding the deployment target.

BSD:
FreeBSD: link static wxWidgets builds with iconv.
OpenBSD: fix device-hosted volume sizing, honor doas user for mount ownership and FUSE access, and fix CLI build and PCSC exit handling.

838:名無しさん@お腹いっぱい。
26/06/25 07:37:08.66 q1IQ4hNx0.net
はいNG


最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch