Skip to content

Instantly share code, notes, and snippets.

View nullmastermind's full-sized avatar
🇳🇴
🅴🆁🆁🅾🆁

Null nullmastermind

🇳🇴
🅴🆁🆁🅾🆁
View GitHub Profile

Keybase proof

I hereby claim:

  • I am 0x317374 on github.
  • I am dccxx (https://keybase.io/dccxx) on keybase.
  • I have a public key ASDZ2tbwWdrjAxwWHYrOi_kh2SOYgAoJ8wejTYSYkE_GKQo

To claim this, I am signing this object:

@nullmastermind
nullmastermind / aes.go
Created November 23, 2017 09:21 — forked from willshiao/aes.go
AES 256-CFB in Node.js and Golang
package main
import (
"crypto/aes"
"crypto/cipher"
"crypto/rand"
"crypto/sha256"
"encoding/base64"
"fmt"
"io"
@nullmastermind
nullmastermind / index.html
Created August 14, 2017 20:59 — forked from tmichel/index.html
simple websocket example with golang
<html>
<head>
<title>WebSocket demo</title>
</head>
<body>
<div>
<form>
<label for="numberfield">Number</label>
<input type="text" id="numberfield" placeholder="12"/><br />