No More Secrets is a command line tool called nms that recreates the famous data decryption effect seen on screen in the 1992 hacker movie Sneakers.

Also included in this project is a program called ```
sneakers
Install in FreeBSD using pkg
pkg search -f nms
pkg install nms
Install using github
git clone https://github.com/bartobri/no-more-secrets.git
cd ./no-more-secrets
make nms
make sneakers ## Optional
sudo make install
Install with Ncurses Support
If your terminal does not support ANSI/VT100 escape sequences, the effect may not render properly. This project provides a ncurses implementation for such cases. You will need the ncurses library installed.
git clone https://github.com/bartobri/no-more-secrets.git
cd ./no-more-secrets
make nms-ncurses
make sneakers-ncurses ## Optional
sudo make install
Usage
ls -l | nms
ls -l | nms -a // Set auto-decrypt flag
ls -l | nms -s // Set flag to mask space characters
ls -l | nms -f green // Set foreground color to green
ls -l | nms -c // Clear screen
nms -v // Display version
Quick video on how to install and use
https://youtu.be/yRPy2als2OM
We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our <a href="https://www.youtube.com/channel/UCh7Q9uaAt5-Z2lCZXX3OsvQ">YouTube channel</a>.