Releases: s4d0x-dev/SafeBox
Safebox v1.2.0 - 32-64 bit Installer packages
🚀 SafeBox v1.2.0 — Smarter, Faster, and Easier to Use!
This release brings major usability improvements and refinements to SafeBox, your trusted file encryption tool.
✨ New in v1.2.0
- 🧩 Custom
.ssbFile Icon
Instantly recognize encrypted SafeBox files in Windows Explorer. - ⚡ Quick Decrypt by Double-Click
Just double-click any.ssbfile to open and decrypt it directly in SafeBox. - 💻 Improved CLI Version
Handles argument validation cleanly and runs smoothly as a standalone.exe. - 📦 Single EXE Installer
Easier setup with no dependencies or temporary MSI files. - 📦 Wider Support
Added support for older windows like 7, 8 & 8.1 (In a separate package).
🔐 About SafeBox
SafeBox is a powerful file security tool by Mr. FBA, designed to simplify encryption and decryption with both GUI and CLI support.
Protect your private data easily — encrypt once, and your files stay safe everywhere.
📅 Released: October 2025
👨💻 Author: Mr. FBA
🔖 Version: 1.2.0
💾 Download
➡️ Download for windows 10 & 11
➡️ Download for windows 7, 8 & 8.1
certutil -hashfile safebox_v1.2.0-win_x86_x64-installer.exe SHA256Thanks.
SafeBox-v1.1.1-win-x86_x64.exe
A Stable release of .exe installer for Windows 32 & 64 bit > XP.
just download and install it into your windows OS, then you will access to the cli version of this app that automatically added into System Environment path, that is available everywhere.
CLI Usage:
just through CMD, PowerShell or any of your Terminal:
first select ether -e or --encryptfor Encrypting or -d or --decrypt for decrypting then provide a file by -f or --file, then -p or --password for password insertion and finally -o or --out for specify the output pah+file+extension (-o is optional) .
- Example:
safebox --encrypt --file myFile.mp4 --password secretpass --out anOptionalOutFile.ssb
- or:
safebox -e -f myFile.mp4 -p secretpass - A decrypt example:
safebox -d -f myEncryptedFile.ssb -p secretpassorsafebox --decrypt --file myEncryptedFile.ssb --password secretpass
Important:
- The
-oor--outis an optional argument, if not exists:- while Encrypting: it will take the input filename + _encrypted.ssb, and also stores the original file name+extension with encrypt file to use while decryption.
- while Decryption: it will automatically find the original file name+ext (from its custom metadata that stored while encryption) and decrypt the file into that(original) name and extension.
- The output extension is
.ssb(S4D0X Safe Box).
A Screenshot from Encryption and decryption in CLI Version of app