Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 787 Bytes

RED - Rotation(ROT) - Encrypt - Decrypt

RED is a simple console program for encrypting/decrypting simple ROT ciphers.

Usage:

When you run the program you are asked for the key of the message (how many letters forward is the right one). Then you are asked to choose a mode, the available ones are:

  • e - for encrypting your message with the key you specified above
  • d - for decrypting a message with the key you specified above
  • b - for bbraking the program (exiting)

Then the program repeats.

Instalation:

  • For Windows: just install the .exe (might be detected as a virus or a treat by windows defender)
  • For Linux: just install the package (only deb and rpm available)

Link to packages