From 1063e39809d32b7167a02afda00bd4e22feceb9e Mon Sep 17 00:00:00 2001 From: Jorge Henriquez Date: Wed, 26 Sep 2018 19:47:08 -0700 Subject: [PATCH] Readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8713b..5f3f2ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# goxor ![alt text](https://goreportcard.com/badge/github.com/penguingovernor/goxor "Go Report Card") +# goxor # +[![Go Report Card](https://goreportcard.com/badge/github.com/PenguinGovernor/goxor)](https://goreportcard.com/report/github.com/PenguinGovernor/goxor) + GoXor is an encryption method written in the [Go programming language](https://golang.org/), and is based on a [xor cipher](https://en.wikipedia.org/wiki/XOR_cipher) in conjunction with a [one-time pad](https://en.wikipedia.org/wiki/One-time_pad). ### Download and Install