Skip to content

Quick and dirty proof of concept of the Viginere cipher

Notifications You must be signed in to change notification settings

dustinbowers/go-viginere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barebones Viginere

See: https://en.wikipedia.org/wiki/Vigenère_cipher

Usage

go run viginere.go <passphrase> <message>

Example

$ go run viginere.go lemon "attack at dawn"
Key: lemon
Phrase: attack at dawn
Ciphertext: LXFOPVEFRNHR
Plaintext: ATTACKATDAWN

About

Quick and dirty proof of concept of the Viginere cipher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages