Skip to content

Instantly share code, notes, and snippets.

View wongoo's full-sized avatar
💭
I may be slow to respond.

望哥 wongoo

💭
I may be slow to respond.
  • homeking
  • Xiamen, Fujian, China
View GitHub Profile
@wongoo
wongoo / rsautil.go
Created August 1, 2019 03:19
golang RSA utility, include encrypt/decrypt/signature
//author: http://github.com/wongoo
//date: 20190717
package rsautil
import (
"bytes"
"crypto"
"crypto/rand"
"crypto/rsa"
@wongoo
wongoo / useHexo.md
Created August 31, 2018 10:13 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages