Skip to content

An extended implementation of the vigenere cipher that uses the ASCII values from 32-126.

Notifications You must be signed in to change notification settings

aljazst/Vigenere-Cipher-Extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vigenere Cipher Extended

This is a extended implementation of the basic vigenere cipher that uses additional ASCII values from 32 to 126 instead of the basic 25 alphabet letters.

Info

This repo contains 2 implementations of the cipher, a basic cpp file and an object oriented programming approach. This cipher was implemented because I needed a basic cipher to use in another project. The object oriented implementetion was just so I could refresh my basic c++ oop knowledge. To run the project use the cmd and type make then .\cipher.exe

Algorithm

All the credits for the used algorithm goes to this paper.

Transfusion of Extended Vigenere Table and ASCII Conversion for Encryption Contrivance

License

MIT

About

An extended implementation of the vigenere cipher that uses the ASCII values from 32-126.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published