I was wondering if that might be the issue. Updated and working.
So when I enter text for decryption, it prints something like this:
V N Positions 01 04 01
H G Positions 01 04 02
V S Positions 01 04 03
R U Positions 01 04 04
M E Positions 01 04 05
So V becomes N, H > G, V > S, etc.
Is there a way to get output instead like:
VHVRU
NGSUE
Maybe it would somehow have to cache the input and the output and then present it to you in this manner.
Thanks!