Mateusz-Peplinski / Ascii_Shift_Cipher

This is my Vigenere + Caesar cipher coded in Python. Works by shifting the ascii values of characters based on the values in the key. Key length can be 1 digit or longer for more security.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This is my Vigenere + Caesar cipher coded in Python. Works by shifting the ascii values of characters based on the values in the key. Key length can be 1 digit or longer for more security.


Languages

Language:Python 100.0%