View Issue Details

IDProjectCategoryView StatusLast Update
0007783Kali LinuxGeneral Bugpublic2022-07-14 09:06
Reportercack Assigned Toarnaudr  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2022.2 
Fixed in Version2022.3 
Summary0007783: MD4 not available in hashlib.py
Description

Not sure if this is part of a wider problem but hashlib was unable to use MD4 (as part of openSSL).

Steps To Reproduce

python3
import hashlib
hashlib.algorithms_avaialble
{'sha384', 'sha512_224', 'md5', 'blake2b', 'blake2s', 'sha3_384', 'sha224', 'sha3_512', 'shake_128', 'md5-sha1', 'sha3_224', 'sha3_256', 'sha1', 'shake_256', 'sha512_256', 'sha256', 'sm3', 'sha512'}

(expecting 'md4' as part of results)

Additional Information

This was resolved by copying openssl.cnf and hashlib.py from a working Ubuntu (22) distro into Kali.

Activities

arnaudr

arnaudr

2022-07-14 09:06

manager   ~0016387

Hello, and thanks for the detailed report!

The fix is now released, and should reach the package repositories within a day or so. Please refer to https://gitlab.com/kalilinux/packages/kali-tweaks/-/issues/27#note_1026250488 for all the details.

Issue History

Date Modified Username Field Change
2022-07-04 10:56 cack New Issue
2022-07-08 23:50 Gamb1t Assigned To => arnaudr
2022-07-08 23:50 Gamb1t Status new => assigned
2022-07-14 09:06 arnaudr Note Added: 0016387
2022-07-14 09:06 arnaudr Status assigned => resolved
2022-07-14 09:06 arnaudr Resolution open => fixed
2022-07-14 09:06 arnaudr Fixed in Version => 2022.3