Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 305 Bytes

Encryption in Julio César in Cpp

Compile

  g++ main.cpp -o jcesar

Sintax

./jcesar param1 param2(n = 1)
param1 Text to encrypt
param2 move n letter (default is 1) a,b,c -> b,c,d if n = 2 so, a,b,c -> c,d,e

Execute

  ./jcesar hello 4
  lipps