You intercept the following message, which you know to be encrypted with a Caesar cipher:
C
What shift was applied to the original message?
You can use the graph and slider below to help solve this problem.
Slide the orange dot to adjust the left shift of this message.
init({range:[[-2,3*LETTERS+2],[-9,6]],scale:[6,24]});for(var y=1;5>=y;++y)style({stroke:"#000",strokeWidth:1,opacity:.2},function(){line([0,y],[3*LETTERS+1,y])});for(var cipherFreq=new Array,index=0,indent=3;LETTERS>index;++index)style({stroke:"none",fill:"#9ab8ed",opacity:1}),path([[index*indent+1,0],[index*indent+1,4*FREQ[index]],[index*indent+2,4*FREQ[index]],[index*indent+2,0],[index*indent+1,0]]),style({stroke:"none",fill:"#ffc966",opacity:1}),cipherFreq[index]=path([[index*indent+2,0],[index*indent+2,4*CIPHER_FREQ[index]],[index*indent+3,4*CIPHER_FREQ[index]],[index*indent+3,0],[index*indent+2,0]]),style({opacity:1}),label([index*indent+2,0],"abcdefghijklmnopqrstuvwxyz"[index],"below",!1);style({stroke:"#000",strokeWidth:2,opacity:1}),line([0,0],[3*LETTERS+1,0]),line([0,0],[0,6]),label([(3*LETTERS+1)/2,-.8],"<b>Letter Frequency</b>","below",!1),style({stroke:"none",fill:"#9ab8ed",opacity:1}),path([[0,-2],[1,-2],[1,-2.5],[0,-2.5],[0,-2]]),style({stroke:"#000",strokeWidth:2,opacity:1}),label([.5,-2.25],"English","right",!1),style({stroke:"none",fill:"#ffc966",opacity:1}),path([[12,-2],[13,-2],[13,-2.5],[12,-2.5],[12,-2]]),style({stroke:"#000",strokeWidth:2,opacity:1}),label([12,-2.25],"Cipher","right",!1);var indent=3,offset=-6;style({arrows:""}),line([0,offset],[UPPER_BOUND*indent,offset]),style({arrows:""}),line([0,offset],[LOWER_BOUND,offset]);var myLabels=new Array;style({arrows:""});for(var x=LOWER_BOUND;UPPER_BOUND>=x;x+=1){var markLength;markLength=x%5===0?.6:.3,line([x*indent,-markLength+offset],[x*indent,markLength+offset]),label([x*indent,1+offset],"abcdefghijklmnopqrstuvwxyz"[x],"center",!1),myLabels[x]=label([x*indent,-1+offset],"abcdefghijklmnopqrstuvwxyz"[x],"center",!1)}addMouseLayer(),graph.movablePoint=addMovablePoint({coord:[0,-6],constraints:{constrainY:!0},snapX:indent}),graph.movablePoint.onMove=function(e,r){e=min(e,UPPER_BOUND*indent);for(var t=min(e/indent,UPPER_BOUND*indent),a=0;UPPER_BOUND>=a;a+=1)myLabels[a].remove(),cipherFreq[a].remove(),style({stroke:"none",fill:"#ffc966",opacity:1}),cipherFreq[a]=path([[a*indent+2,0],[a*indent+2,4*CIPHER_FREQ[abs(a+t)%26]],[a*indent+3,4*CIPHER_FREQ[abs(a+t)%26]],[a*indent+3,0],[a*indent+2,0]]),myLabels[a]=label([a*indent,-1+offset],"abcdefghijklmnopqrstuvwxyz"[abs(a-t+26)%26],"center",!1);return document.getElementById("MsgShift").innerHTML=applyCaesar(C,abs(t-26)),[min(max(LOWER_BOUND,e),UPPER_BOUND*indent),r]}
Cipher Message:
C
Original Message:
C
SHIFT