EXAPUNKS
评价数不足
CHARACTER OFFSET CIPHER (PASSWORD DECODING)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
3.131 KB
2018 年 8 月 18 日 下午 6:32
2018 年 8 月 31 日 下午 5:13
2 项改动说明 ( 查看 )

订阅以下载
CHARACTER OFFSET CIPHER (PASSWORD DECODING)

在 JereTheJuggler 的 1 个合集中
JereTheJuggler's Custom Exapunks Levels
8 件物品
描述
In this level, you are provided a password that has been encrypted by offsetting it a specified number of characters.

For example, if the password was "PASSWORD18" and it was offset by 4 characters, it would turn into "TEWW0SVH5C" as shown below.

*P*->Q->R->S->T
*A*->B->C->D->E
*S*->T->U->V->W
*S*->T->U->V->W
*W*->X->Y->Z->0
*O*->P->Q->R->S
*R*->S->T->U->V
*D*->E->F->G->H
*1*->2->3->4->5
*8*->9->A->B->C

Your goal is to decrypt the password and use it to gain access to a secured file and bring it back to your home.

Post your scores in the comments!
1 条留言
Garrett33 2018 年 8 月 30 日 下午 7:51 
there is a bug in the in-game description -
instead of:
'. . . and 26-36 for digits).'
it must be:
'. . . and 26-35 for digits).'
.
finding this was a puzzle in itself, since it caused chaos, heh.