Skip to content

farhatizakaria/Encrypt-Decrypt-Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt-Decrypt-Caesar-Cipher

Encrypt 🔒 and decrypt 🔓 using Caesar Cipher

CodeFactor Rating

CodeFactor

How can I use it?

Briefly it's to easy

  • run the python script 👌
  • make sure that your word which you want to encrypt it be a one word like ROOT or HELLO not like this HELLO WORLD 👌
  • make sure for the word should be uppercase ROOT not lowercase root 👌
  • also be sure for the key's value should be an integer ! 👌

Examples

Let's use key = 4

  • ROOT => VSSX
  • HELLO => LIPPS
  • WORLD => ASVPH

About

ENCRYPTION AND DECRYPTION USING CAESAR CIPHER

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published