diff --git a/docs/changes.txt b/docs/changes.txt index 28876cd93..c780d9b28 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -4,19 +4,20 @@ ## Algorithms ## -- Added hash-mode: VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 512 bit + boot-mode -- Added hash-mode: VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1024 bit + boot-mode -- Added hash-mode: VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1536 bit + boot-mode - Added hash-mode: AES-128-ECB NOKDF (PT = $salt, key = $pass) - Added hash-mode: AES-192-ECB NOKDF (PT = $salt, key = $pass) - Added hash-mode: AES-256-ECB NOKDF (PT = $salt, key = $pass) - Added hash-mode: iPhone passcode (UID key + System Keybag) - Added hash-mode: MetaMask Wallet +- Added hash-mode: VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 512 bit + boot-mode +- Added hash-mode: VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1024 bit + boot-mode +- Added hash-mode: VeraCrypt PBKDF2-HMAC-Streebog-512 + XTS 1536 bit + boot-mode ## ## Features ## +- Added new backend support for HIP, an OpenCL alternative API for AMD GPUs (similar to CUDA for NVIDIA GPUs) - Added option --markov-inverse to inverse markov statistics, with the idea of reversing the order of the password candidates - Added temperature watchdog and fanspeed readings for CPU and GPU on macOS using iokit - Added temperature watchdog and utilization for CPU on linux using sysfs and procfs @@ -41,13 +42,13 @@ - Alias Devices: Show a warning in case the user specifically listed a device to use which in a later step is skipped because it is an alias of another active device - Backend Information: Added new column showing the PCI Address per CUDA/OpenCL device to easier identify broken cards +- Bcrypt-SHA1/MD5 Kernels: Get rid of local memory use for binary to hex conversion to avoid false negatives on several OpenCL runtimes - CPU Affinity: Allow mask up to 64 processors in Windows and remove call to SetThreadAffinityMask as SetProcessAffinityMask limits all threads in process - Debug Rules: HEX-ify rules debug non-rules outputs that contain colons - KeePass: Increase supported size for KeePass 1 databases from 300kB to 16MB - Potfile: Disable potfile for hash-mode 99999 - VeraCrypt: Increase password length support for non-boot volumes from 64 to 128 - WPA Kernels: Increased performance by 3.5% for backend devices controlled by CUDA backend -- Bcrypt-SHA1/MD5 Kernels: Get rid of local memory use for binary to hex conversion to avoid false negatives on several OpenCL runtimes ## ## Technical