MarceloAzeved0 / VigenereCipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VigenereCipher

The Vigenère cipher is a method of encrypting alphabetic text by using a series of interwoven Caesar ciphers, based on the letters of a keyword. It employs a form of polyalphabetic substitution.

Build and Run

  • You need installed GO version > 1.1x
  • Run command go run main.go [path file encrypted message]

About


Languages

Language:Go 100.0%