Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

This is an attempt to create Ceasars Cipher(Encryption/Decryption) with C++

Notifications You must be signed in to change notification settings

AlexKintis/Ceasar-Cipher-In-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceasar Cipher

This is an attempt to create Ceasars Cipher(Encryptor/Decryptor) with C++.

Usage: eg. caesar -e <Text> -s <Shifts>

  1. encrypt given text, is nessesary to provide the shift number.
  2. number of Shifts. Eg. -s 2.. A -> C.
  3. decrypt given text, is nessasary to provide the shift number.

About

This is an attempt to create Ceasars Cipher(Encryption/Decryption) with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published