Skip to content

Ando-git-hub/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar cipher

This project is encodes input text by "Caesar cipher" or decodes already encoded text.

Note: supported only latin letters, other symbols not changed.

For run

Run encode node cipher.js arg1 arg2

Run decode node decoder.js arg1 arg2

Where arg1 is required key for cipher algorithm , arg2 is input text

NOTE: 
  'arg1' is required and must be positive intger. 
  'arg2' is not required. You can pass input text as 'arg2' or you can write text in './input.txt' file.

Final result will be written in './output.txt' file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published