This project is encodes input text by "Caesar cipher" or decodes already encoded text.
Note: supported only latin letters, other symbols not changed.
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.