How To Install No More Secrets In FreeBSD

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 23 Sep 2025 at 14:41
📅 Created: 14 Apr 2021 at 09:47
👀 Viewed: 151 times
✉️ Send Email

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.

Image

Official Project of page

Also included in this project is a program called ```

sneakers


Install in FreeBSD using pkg

Search for package

pkg search -f nms

Install package

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&nbsp;<a href="https://www.youtube.com/channel/UCh7Q9uaAt5-Z2lCZXX3OsvQ">YouTube channel</a>.
If you want to comment: Login or Register