benrout / substitution

A program that implements a substitution cipher to encrypt text using a 26-character key.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

substitution

A program that implements a substitution cipher to encrypt text using a 26-character key.

Example usage:

$ ./substitution JTREKYAVOGDXPSNCUIZLFBMWHQ
plaintext:  HELLO
ciphertext: VKXXN

About

A program that implements a substitution cipher to encrypt text using a 26-character key.

License:MIT License


Languages

Language:C 100.0%