Skip to content

Tool to encrypt and decrypt text files using the Vigenère cipher. Supports single and double layer encryption.

License

Notifications You must be signed in to change notification settings

m-anshu/vignere-cipher-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vigenère Cipher Tool

Description

The Vigenère Cipher Tool is a simple and intuitive application that allows users to encrypt and decrypt messages using the Vigenère cipher technique. This classical encryption method uses a keyword to shift letters in the plaintext, providing a more secure alternative to the Caesar cipher.

Features

  • Encrypt plaintext using a keyword.
  • Decrypt ciphertext back to plaintext.
  • Supports double layer encryption and decryption.
  • Interface for use on terminal.

Example showcase

Files showing the working of the cipher.

  • file1.txt shows the original message.
  • file2.txt shows the encrypted message.
  • file3.txt shows the decrypted message.

Installation

To set up the Vigenère Cipher Tool on your local machine :

Clone the Repository

git clone https://github.com/yourusername/vigenere-cipher-tool.git

About

Tool to encrypt and decrypt text files using the Vigenère cipher. Supports single and double layer encryption.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages