hiiamp / -Challenge-Security-Caesar-cipher-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-Challenge-Security-Caesar-cipher-

#Encoding:

  • use: "encoding.cpp"
  • input: "en-input.dat"
  • key: from keyboard
  • output: "en-output.dat"

#Decoding:

  • use: "decoding.cpp"
  • input: "en-output.dat"
  • key: from keyboard
  • output: "de-output.dat"

#-------------------- just sub,add,mod (- + %) to do this problem.

About


Languages

Language:C++ 100.0%