Skip to content

Instantly share code, notes, and snippets.

View SchoofsKelvin's full-sized avatar
💭
Working on my projects in-between work and such

Kelvin Schoofs SchoofsKelvin

💭
Working on my projects in-between work and such
  • Belgian Federal Public Service Justice
  • Belgium
View GitHub Profile
@SchoofsKelvin
SchoofsKelvin / index.html
Last active February 10, 2021 12:46
Electron v11 crypto bug
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
@SchoofsKelvin
SchoofsKelvin / code.js
Created February 5, 2021 18:54
Shows differences between VS Code versions regarding crypto
const crypto = require('crypto');
const fs = require('fs');
res = JSON.stringify(process.versions, null, 4);
res += '\n';
res += JSON.stringify(crypto.constants, null, 4);
res += '\n';
res += JSON.stringify(crypto.getCiphers(), null, 4);
res += '\n';

Keybase proof

I hereby claim:

  • I am SchoofsKelvin on github.
  • I am morlega (https://keybase.io/morlega) on keybase.
  • I have a public key whose fingerprint is 6DD2 A938 A119 4820 B449 D185 BDE9 391C DB5D A044

To claim this, I am signing this object: