mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-21 05:58:12 +00:00
Merge branch 'master' into fix_1800_Apple
This commit is contained in:
commit
7376f36c02
@ -164,6 +164,7 @@
|
|||||||
- Unicode: Update UTF-8 to UTF-16 conversion to match RFC 3629
|
- Unicode: Update UTF-8 to UTF-16 conversion to match RFC 3629
|
||||||
- Unit tests: Updated install_modules.sh with Crypt::Argon2
|
- Unit tests: Updated install_modules.sh with Crypt::Argon2
|
||||||
- Unit tests: Updated install_modules.sh with Crypt::Passwd::XS, to test suite works also on Apple (ex: 1800)
|
- Unit tests: Updated install_modules.sh with Crypt::Passwd::XS, to test suite works also on Apple (ex: 1800)
|
||||||
|
- Unit tests: Updated install_modules.sh to use an external module for Digest::BLAKE2, due to maintenance being discontinued
|
||||||
- User Options: Added error message when mixing --username and --show to warn users of exponential delay
|
- User Options: Added error message when mixing --username and --show to warn users of exponential delay
|
||||||
- MetaMask: update extraction tool to support MetaMask Mobile wallets
|
- MetaMask: update extraction tool to support MetaMask Mobile wallets
|
||||||
- SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels.
|
- SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels.
|
||||||
|
@ -46,7 +46,6 @@ cpan install Authen::Passphrase::LANManager \
|
|||||||
Crypt::Twofish \
|
Crypt::Twofish \
|
||||||
Crypt::UnixCrypt_XS \
|
Crypt::UnixCrypt_XS \
|
||||||
Data::Types \
|
Data::Types \
|
||||||
Digest::BLAKE2 \
|
|
||||||
Digest::CMAC \
|
Digest::CMAC \
|
||||||
Digest::CRC \
|
Digest::CRC \
|
||||||
Digest::GOST \
|
Digest::GOST \
|
||||||
@ -73,6 +72,10 @@ cpan install Authen::Passphrase::LANManager \
|
|||||||
|
|
||||||
ERRORS=$((ERRORS+$?))
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
|
cpanm https://github.com/matrix/p5-Digest-BLAKE2.git
|
||||||
|
|
||||||
|
ERRORS=$((ERRORS+$?))
|
||||||
|
|
||||||
pip3 install pygost
|
pip3 install pygost
|
||||||
|
|
||||||
ERRORS=$((ERRORS+$?))
|
ERRORS=$((ERRORS+$?))
|
||||||
|
Loading…
Reference in New Issue
Block a user