Skip to content

Instantly share code, notes, and snippets.

View camyyssa's full-sized avatar

Camelia Smeria camyyssa

  • Nomad
View GitHub Profile
@phemmer
phemmer / main.go
Created September 23, 2015 04:41
xml rsa private key to pem converter in golang
/*
Usage: go run main.go < /path/to/private-key.xml
Optionally takes base64 encoded input.
This is a very crude implementation. Any errors result in a panic.
*/
package main
import (