Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.
/ VigenereCipher Public archive

Application Security Programming Assignment 3

Notifications You must be signed in to change notification settings

m-r-joyce/VigenereCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vigenère Engineer

C# Vigenère Cipher Encryptor and Decryptor with ROT0/ROT1 Options

By Michael Joyce for COMP3026 Application Security Programming, Instructor Randy Baker

29 May 2017

This simple C# desktop application allows a user to encrypt and decrypt messages using a Vigenère cipher. The option to use ROT0 (a = a) as well as ROT1 (a = b) are available.

The plaintext must be between 20 and 60 characters. The key must contain between 5 and 10 characters. Punctuation is not permitted, though spaces are permitted in the plaintext input (and will be reflected in the output).

Resources Used

Used to verify results of encryption/decryption function

About

Application Security Programming Assignment 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages