Skip to content

Instantly share code, notes, and snippets.

View plzcloseyoureyes's full-sized avatar
🏠

Close your eyes, please. plzcloseyoureyes

🏠
View GitHub Profile
@josephspurrier
josephspurrier / aescmd.go
Created December 23, 2014 07:11
Golang - Encrypt, Decrypt, File Read, File Write, Readline
package main
import (
"bufio"
"crypto/aes"
"crypto/cipher"
"crypto/rand"
"fmt"
"io"
"io/ioutil"