Skip to content

karakuscem/CS50-Substitution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages