bartobri / no-more-secrets

A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra character(s) for 1 and 2 character lines

neuhaus opened this issue · comments

If you have an output line consisting of

.:

the nms tool will add an extra "r" character on the line. During the animation the "r" will remain constant. It will not disappear after the "decryption".

Try it using

echo ".:" | ./bin/nms

PS: Quick testing reveals that I get this error for all lines consisting of two characters. For lines that only contain one character, I get two bogus "r" characters.

I'm on Ubuntu 16.04.

Fixed in commit ff5fbbd

  • Brian