Can You Decode This?

Cipher #2

Ciphertext:
193131273010383816250301429123114195034202220020251726383420222038323016291013201825123116424447383119202518






,



:
,
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
A
R
S
T
U
V
W
X
Y
Z
_
-

Creator's note:
Cloud variable letter encryption
Solved by: davidtheplatform
Solution:
I'm not completely sure how the decode method works. I think the process is: Get the first digit. If it's a 0, add a space. Otherwise, get another digit, concat with the first one, and use it as an index into the provided table. Using it on the first input line gives a corrupted version of "https://en.scratch-wiki.info/wiki/User:BigNate469/thing“. That page has the project id ”828777617“. That project has the string ”36163011513626325117263225155120310“ in its notes. Decoding that gives ”YES, YOU FOUND IT"
View Solution Post
View Cipher Source