kewde
kewde
Recently the team at Google have found the first SHA1 collision, the ECDSA signatures use SHA1 and most of the code for a switch to SHA256 is in the comments...
Currently you can only see the amount of peers you're connected to when hovering over the connection status icon. On click of this status icon we can show a modal...
Currently electron-builder does not support building with sandbox mode. This tutorial would be a bit of a shame if people ended up packing their electron apps and not enabling the...
Odd muon stuff is odd.. ``` user@host:~/projects/electron/electron-sandbox/muon-preload-extended$ ps aux | grep "brave" user 10703 5.6 6.0 1084168 90148 pts/1 Sl+ 20:19 0:00 /home/user/projects/electron/brave --enable-sandbox ./electron/main.js user 10705 0.3 2.0 309504...
I've added an experimental feature to the preload script that will set require() = null after it's done importing. Feedback? https://github.com/kewde/electron-sandbox-boilerplate/blob/401b293066aeb185741852f059cdf0a46e70f1bf/sandbox-preload-extended/electron/renderer/preload-extended.js#L13-L23 What I hope it will achieve: disallow the loading...
Muon is an electron fork with additional security features. I'd have to with it more but it sounds promising to say the least. There are two ways to go about...
Currently the output (in the alerts) is a bit of garbage that I created to quickly test this. Someone should look into organizing that.
This PR makes the libgemma target generate position-independent code by default (aka adds `-fPIC `).
Allow loadable state for Solana Mobile Wallet https://github.com/solana-labs/wallet-adapter/blob/ec9451cbcf29cae978aff4552bdbcdfd9afddb1d/packages/core/base/src/adapter.ts#L64-L68
A transaction converting public outputs to blind outputs resulted in. ``` Transaction commit failed: bad-witness-nonstandard (code 64) ``` **Expected behavior** A successfully signed transaction with valid witnesses. **Actual behavior** A...