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]