Skip to content

dinosnake666/vigenere-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigenere-cipher

The Caesar cipher but better !

What is the Vigenère cipher ?

The Vigenère cipher is a more efficient version of the Caesar cipher. It can be easily tweaked to make it almost unbreakable !

You can decipher the message with a tabula recta if you have the key.

How to use the code ?

Compile with cc -Wall -Werror -Wextra main/main.c functions/*.c

Syntax to use the code : ./executable_name "key" "plaintext"

Tip

You can use sentences with non-alphabeticals !

About

The Caesar cipher but better !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages