madelinben / cipher-algorithm

A Round Robin Cipher algorithm to encrypt/decrypt plaintext messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cipher Algorithm

A Round Robin Cipher algorithm to encrypt/decrypt plaintext messages.

Checklist

  • Establish menu layout and navigate to appropriate operation based on user input.
  • Set hash key and alter menu items 3 and 4 to only run when key is set.
  • Increment through message and shift char values according to the key.
  • Implement encryption algorithm.

About

A Round Robin Cipher algorithm to encrypt/decrypt plaintext messages.


Languages

Language:Python 100.0%