Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

75%
+4 −0
Challenges Caesar shift cipher

Introduction What is the Caesar shift cipher (ROT$n$)? It's basically a cipher sequence that changes a letter's value from the number chosen. If we use ROT1 on "games", we get "hbnft". The basic i...

7 answers  ·  posted 2y ago by General Sebast1an‭  ·  edited 2y ago by General Sebast1an‭

#3: Post edited by user avatar General Sebast1an‭ · 2021-10-17T15:31:39Z (over 2 years ago)
  • # Introduction
  • What is the Caesar shift cipher (ROT$n$)? It's basically a cipher sequence that changes a letter's value from the number chosen. If we use ROT1 on "games", we get "hbnft". The basic interpretation of ROT13 is iterating the value of a letter by 1 $n$ times. If you still don't understand, try using the [ROT13 website](https://rot13.com/).
  • # Challenge
  • Make a program that takes input of a number from 1 to 25, call it $n$, and takes input of a string. It could be any. Then, use $n$ to convert the string into ROT$n$ and output the result.
  • # Examples of inputs and outputs:
  • If $n = 4$ and string is "Hello, world.", we get `Lipps, asvph`.
  • If $n = 15$ and string is "trololol", we get `igdadada`.
  • If $n = 7$ and string is "gxoxk zhggt zbox rhn ni", we get `never gonna give you up`.
  • If $n = 24$ and string is "I want breakfast!", we get `G uylr zpcyidyqr!`.
  • If $n = 13$ and string is "guvf grkg vf fhf", we get `this text is sus`.
  • Shortest program wins.
  • # Introduction
  • What is the Caesar shift cipher (ROT$n$)? It's basically a cipher sequence that changes a letter's value from the number chosen. If we use ROT1 on "games", we get "hbnft". The basic interpretation of the cipher is iterating the value of a letter by 1 $n$ times. If you still don't understand, try using the [ROT13 website](https://rot13.com/).
  • # Challenge
  • Make a program that takes input of a number from 1 to 25, call it $n$, and takes input of a string. It could be any. Then, use $n$ to convert the string into ROT$n$ and output the result.
  • # Examples of inputs and outputs:
  • If $n = 4$ and string is "Hello, world.", we get `Lipps, asvph`.
  • If $n = 15$ and string is "trololol", we get `igdadada`.
  • If $n = 7$ and string is "gxoxk zhggt zbox rhn ni", we get `never gonna give you up`.
  • If $n = 24$ and string is "I want breakfast!", we get `G uylr zpcyidyqr!`.
  • If $n = 13$ and string is "guvf grkg vf fhf", we get `this text is sus`.
  • Shortest program wins.
#2: Post edited by user avatar General Sebast1an‭ · 2021-10-17T15:30:53Z (over 2 years ago)
  • # Introduction
  • What is ROT13? It's basically a cipher sequence that changes a letter's value from the number chosen. If we use ROT1 on "games", we get "hbnft". The basic interpretation of ROT13 is iterating the value of a letter by 1 $n$ times. If you still don't understand, try using the [ROT13 website](https://rot13.com/).
  • # Challenge
  • Make a program that takes input of a number from 1 to 25, call it $n$, and takes input of a string. It could be any. Then, use $n$ to convert the string into ROT$n$ and output the result.
  • # Examples of inputs and outputs:
  • If $n = 4$ and string is "Hello, world.", we get `Lipps, asvph`.
  • If $n = 15$ and string is "trololol", we get `igdadada`.
  • If $n = 7$ and string is "gxoxk zhggt zbox rhn ni", we get `never gonna give you up`.
  • If $n = 24$ and string is "I want breakfast!", we get `G uylr zpcyidyqr!`.
  • If $n = 13$ and string is "guvf grkg vf fhf", we get `this text is sus`.
  • Shortest program wins.
  • # Introduction
  • What is the Caesar shift cipher (ROT$n$)? It's basically a cipher sequence that changes a letter's value from the number chosen. If we use ROT1 on "games", we get "hbnft". The basic interpretation of ROT13 is iterating the value of a letter by 1 $n$ times. If you still don't understand, try using the [ROT13 website](https://rot13.com/).
  • # Challenge
  • Make a program that takes input of a number from 1 to 25, call it $n$, and takes input of a string. It could be any. Then, use $n$ to convert the string into ROT$n$ and output the result.
  • # Examples of inputs and outputs:
  • If $n = 4$ and string is "Hello, world.", we get `Lipps, asvph`.
  • If $n = 15$ and string is "trololol", we get `igdadada`.
  • If $n = 7$ and string is "gxoxk zhggt zbox rhn ni", we get `never gonna give you up`.
  • If $n = 24$ and string is "I want breakfast!", we get `G uylr zpcyidyqr!`.
  • If $n = 13$ and string is "guvf grkg vf fhf", we get `this text is sus`.
  • Shortest program wins.
#1: Initial revision by user avatar General Sebast1an‭ · 2021-07-28T10:29:36Z (over 2 years ago)
Caesar shift cipher
# Introduction

What is ROT13? It's basically a cipher sequence that changes a letter's value from the number chosen. If we use ROT1 on "games", we get "hbnft". The basic interpretation of ROT13 is iterating the value of a letter by 1 $n$ times. If you still don't understand, try using the [ROT13 website](https://rot13.com/).

# Challenge

Make a program that takes input of a number from 1 to 25, call it $n$, and takes input of a string. It could be any. Then, use $n$ to convert the string into ROT$n$ and output the result.

# Examples of inputs and outputs:

If $n = 4$ and string is "Hello, world.", we get `Lipps, asvph`.  
If $n = 15$ and string is "trololol", we get `igdadada`.  
If $n = 7$ and string is "gxoxk zhggt zbox rhn ni", we get `never gonna give you up`.  
If $n = 24$ and string is "I want breakfast!", we get `G uylr zpcyidyqr!`.  
If $n = 13$ and string is "guvf grkg vf fhf", we get `this text is sus`.

Shortest program wins.