Command line tool 'No More Secrets' that reproduces the famous data decryption effect of the 1992 hacker movie 'Sneakers'
It is said that there is a command line tool that reproduces the data decoding effect that appears in the 1992 hacker movie ``
bartobri/no-more-secrets: A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.
https://github.com/bartobri/no-more-secrets
I heard that some Unix/Linux platform package managers include No More Secrets, but this time I will build it myself using Debian. Install the necessary tools first.
[code]sudo apt install gcc git make[/code]
Then clone the repository with the code below.
[code]git clone https://github.com/bartobri/no-more-secrets.git
cd ./no-more-secrets[/code]
And install it with the code below.
[code] make nms
make sneakers
sudo make install[/code]
You are now ready to go. When using it, you can pipe the content you want to display into 'nms'. I tried the following command using the 'ls' command to display the file.
[code]ls -l | nms -a[/code]
I tried a tool ``No More Secrets'' that can reproduce the data decoding effect that appears in the movie ``Sneakers''-YouTube
Initially, the contents are displayed in an encrypted state.
As the characters are replaced, the original content gradually emerges.
and the decryption is complete.
Also, by using the command 'sneakers', it is possible to reproduce the scene of the movie.
When the command is executed, a random number will be displayed as shown below.
Decryption starts when you press any key on this screen.
And it turned out as shown below. It seems to be a convenient command when you want to direct a skillful hacker.
Related Posts: