Raf (Raffaele Rialdi)
Raf (Raffaele Rialdi)
The repo just contains the user guide and a couple of videos explaining how it works, but no sources yet. [https://github.com/raffaeler/xcore](https://github.com/raffaeler/xcore) I published the plugin here: [https://www.npmjs.com/xcorenode](https://www.npmjs.com/xcorenode) There are few...
I like to say that is more than that. Edge.JS impose a fixed signature for the method to be called while xcorenode leave the .net developer free to shape the...
@GregorBiswanger I don't get your goal. If you want to disable people sniffing the page, it's useless. I wrote a driver that can capture even localhost (which is "short-circuited" and...
@GregorBiswanger just use https for internal communication then. Again, you can decrypt the channel if you know how to retrieve the private key of the certificate but there will always...
@GregorBiswanger you can create a self-signed lasting 100 years :) From a security perspective you should just use the services offered from the OS. Tokens, integrity levels and ACLs are...
FYI I could solve the issues of my plugin with Electron. It was not a real bug, but both me and Electron used a "slot" so each of us was...
Hi @abnerlee I see the other issue is related to encoding. You also linked there a resolved issue on pdf-lib. Could you please tell how those are related to the...
I tried to use Katex in the front-matter to overcome the font-name problem, but it didn't work either. I believe that it should be enabled the possibility to use the...
I investigated this topic and want to provide some feedback. In modern TLS, the private key of the certificate alone does not allow the full decryption. If the traffic uses...
It looks like the dotnet team is working on that and the decryption support is coming in .NET 9 https://github.com/dotnet/runtime/issues/37915 You can follow the work in progress here: https://github.com/orgs/dotnet/projects/347