A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.
This project provides a command line tool called nms that recreates the famous data decryption effect seen on screen in the 1992 hacker movie Sneakers. This command works on piped data. Pipe any ASCII or UTF-8 text to nms, and it will apply the Hollywood effect, initially showing encrypted data, then starting a decryption sequence to reveal the original plain-text characters.
This project provides a command line tool called nms that recreates the famous data decryption effect seen on screen in the 1992 hacker movie Sneakers. This command works on piped data. Pipe any ASCII or UTF-8 text to nms, and it will apply the Hollywood effect, initially showing encrypted data, then starting a decryption sequence to reveal the original plain-text characters.
To install no-more-secrets, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install no-more-secrets
To see what files were installed by no-more-secrets, run:
port contents no-more-secrets
To later upgrade no-more-secrets, run:
sudo port selfupdate && sudo port upgrade no-more-secrets
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.