Skip to content

Simple application to encrypt or decrypt a caesar cipher

Notifications You must be signed in to change notification settings

TomHarding/CaesarCipherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher App

Caesar cipher is a monoalphabetic substitution cipher. It takes a string and shifts all the characters by a given offset.

This application allows you to encrypt and decrypt that cipher. It just takes a string and shift offset and does the rest.

This really offers no encryption in today’s world, as it's easily broken or even brute forced, but it's a nice beginning into cryptography.

About

Simple application to encrypt or decrypt a caesar cipher

Topics

Resources

Stars

Watchers

Forks

Languages