-
I tried to build the extension on Linux (actually WSL 2 with Debian bookworm), but that failed because I don't have md4c-dev installed:
````
checking whether to enable MD4C support... yes, shared
…
-
Candidates
- [ ] oldoffice
-
Without a additional tool you can´t fastly verfiy files with a checksum. You can only use the cmd:
eg. CMD:
certutil -hashfile SHA256
Possible algorithm:
MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA5…
-
Hello,
I get this Error when trying to connect to the Matrikon OPC Server:
"Error: Exception occured while forming Session Security Type3Response - Unknown error!"
Im running both node red and th…
-
When rsync-os downloads a file, it will create a temporary file. Then it puts the temporary file to the storage backend.
I am planning to rewrite it to avoid creating any temporary files in the rs…
-
I think we can add a 'sidebar. js' to create a sidebar, so that we don't have to write a complete menu for every HTML page.
Addon each page
```js
var sidebarData = {
header : {
lo…
-
When attempting to build with Intel 2021.3.0, the following error messages appear at lib/alg-gost3411-2012-hmac.c lines 48, 53, and 63:
`error #2259: non-pointer conversion from "int" to "unsigned …
-
What are the checksums supposed to be for the ROM after it was patched and headerless? Is it supposed to be exactly like this?
CRC-32: 28f31600
MD4: 4771b7788f53a5db14f07f9db03fa2f5
MD5: 8ef36bde…
-
```
$ docker run -e "NODE_OPTIONS=--openssl-legacy-provider" --entrypoint="" public.ecr.aws/lambda/nodejs:18 node -e "require('crypto').Hash('md4')"
```
gives following error
```
Unable to loa…
-
Right now go.mod has two dependencies: cloud.google.com/go and /x/crypto.
x/crypto is used for md4 hashing. We could keep this dependency, but md4 is not commonly used. I would be inclined to copy …