Skip to content

Instantly share code, notes, and snippets.

View nullmastermind's full-sized avatar
:shipit:
chill

Null nullmastermind

:shipit:
chill
View GitHub Profile
@nullmastermind
nullmastermind / openvpn_on_google_cloud.md
Created April 10, 2020 20:17 — forked from neuni/openvpn_on_google_cloud.md
Create a openVPN server on Google Cloud Platform to connect to your Google Cloud network using openVPN and/or to route your internet traffic through the VPN (Road Warrior Scenario)

Install openVPN server on Google Cloud using Pritunl

Purpose:

Create a openVPN server on Google Cloud Platform to connect to your Google Cloud network using openVPN and/or to route your internet traffic through the VPN (Road Warrior Scenario)

Create instance

  • Create new instance in default network
  • Chosse Ubuntu 16.04 LTS

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 />