Skip to content

This is a Caesar Cipher, a project from Harvard's CS50x course (2020), entirely written in C.

Notifications You must be signed in to change notification settings

ed-morais/caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

caesar

This is a Caesar Cipher, a project from the Harvard's CS50x course (2020), entirely written in C.

It is a command line program that encripts messages by "rotating" each letter by K positions.

At the time the user executes the program, they should decide, by providing a command-line argument, on what the key should be in the secret message they’ll provide at runtime.

Example: suppose you wanna encript the word Hello using a key, K, of 3, the encripted message will be Khoor.

Usage:

$ ./caesar 1
plaintext:  hello
ciphertext: ifmmp

About

This is a Caesar Cipher, a project from Harvard's CS50x course (2020), entirely written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages