Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

caesar

This program encrypts confidential messages using Caesar's cipher by shifting each letter by a specified number of places. The key, provided as a command-line argument, determines the number of shifts. The user then inputs the plaintext to be encoded, and the program outputs the enciphered text.

Usage: ./caesar (key)

Note: This program only executes with a single command-line argument (the key).

This program was created for my CS50's problem set 2.

About

This program encrypts confidential messages using Caesar's cipher by shifting each letter by a specified number of places. The key, provided as a command-line argument, determines the number of shifts. The user then inputs the plaintext to be encoded, and the program outputs the enciphered text.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages