EXAPUNKS

EXAPUNKS

Not enough ratings
CHARACTER OFFSET CIPHER (PASSWORD DECODING)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
3.131 KB
18 Aug, 2018 @ 6:32pm
31 Aug, 2018 @ 5:13pm
2 Change Notes ( view )

Subscribe to download
CHARACTER OFFSET CIPHER (PASSWORD DECODING)

In 1 collection by JereTheJuggler
JereTheJuggler's Custom Exapunks Levels
8 items
Description
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 Comments
Garrett33 30 Aug, 2018 @ 7:51pm 
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.