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

Speed flag for auto-decrypt

reesericci opened this issue · comments

Is there any way you can implement a speed flag for auto-decrypt? I'd like to be able to make the "decryption" faster.

Hi @reesericci

Thats not on my list of to-dos. The intent is to match the speed of the movie. But if you want, you can decrease (not increase) the JUMBLE_LOOP_SPEED and REVEAL_LOOP_SPEED settings in nmseffect.c before running sudo make install and that will increase the decryption speed. Play around with them until you get what you want.

Thanks for the interest.