Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonmfong/viginere-cipher

Demonstration of Viginere and Subsitution cipher in golang
https://github.com/brandonmfong/viginere-cipher

Last synced: about 1 month ago
JSON representation

Demonstration of Viginere and Subsitution cipher in golang

Awesome Lists containing this project

README

        

# Golang Cryptography

## How to run Golang code in Visual Code

* Install the [Go for VS Code](https://github.com/golang/vscode-go/blob/master/README.md) extension
* In settings.json add the following:
```
"go.testEnvFile": "C:\\Go\\"
```
* Also make sure to add Go to your environment variables

## How to build Golang code
```
go build
```

## 1026 - Substitution Cipher

## 1027 - Vigenere Cipher