karakuscem / CS50-Substitution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS50-Substitution

It is a simple text-cypher project. The program encrypt the given text according to given key

Usage

The program takes one command-line argument and this is the key you want to use.

Correct Usage

./substitution key

Key must be 26 alphabetical characters and character repetition is not allowed.

$ ./substitution VCHPRZGJNTLSKFBDQWAXEUYMOI
plaintext:  hello, world
ciphertext: jrssb, ybwsp

About


Languages

Language:C 100.0%