-
It appears the new css-loader has changed their hash algorithm to use md4 instead of md5 (related to https://github.com/webpack/loader-utils/pull/168 ), this means the hash generated by this babel plu…
-
We could add a "format fuzzer" for testing, that randomizes a hundred or so things like `keccak_512(md4($p).haval256_4($s))` from a list of primitives and runs a --test=0 on each. Should be super triv…
-
[tl;dr: don't store or send passwords in plain text, instead use a salted hash; use SHA2 and not MD4/MD5; use secure connection for server communication; add 2-factor authentication (unless if you wan…
-
а как это применить, например для расчета ed2k?
-
Follow up to https://github.com/nodejs/node/issues/47472 . Some items that can be investigated:
- [x] Exposing an API for user code to control the caching https://github.com/nodejs/node/pull/52535#…
-
Hi all!
I built node with FIPS compliance and got the above Err. I found in ntlm-payload.js that tedious using hash algorithm md4 and md5 which is not supported FIPS.
I'm using:
- Node : 16.11.…
-
What about to merge MD2+MD4+MD5, MDC2, and RIPEMD160 manual pages into new one.
It will be more clear that all these low-level hash function are deprecated.
Remark: page content is similar.
Rel…
-
```
Cloning into '/Users/jutikornvarojananulux/Downloads/android-ffmpeg-with-rtmp/src/openssl-android'...
Android NDK: Found platform level in /Users/jutikornvarojananulux/Downloads/android-ffmpeg-w…
-
using:
\check_nwc_health --H 10.60.18.13 --mode hardware-health --community {key}
outputs the following on Nagios :
tatus Information:OK - environmental hardware working finePerformance Data:(s…
-
This plugin does not handle LDAP Samba extensions, when used by LDAP server (which is often used)
So I have to modify the code of the plugin to this to work:
```
public function setPasswor…