| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SafeBox_v1.1.1_installer.exe | 2025-05-22 | 20.7 MB | |
| README.md | 2025-05-19 | 2.0 kB | |
| SafeBox-v1.1.1-win-x86_x64.exe source code.tar.gz | 2025-05-19 | 98.7 kB | |
| SafeBox-v1.1.1-win-x86_x64.exe source code.zip | 2025-05-19 | 101.6 kB | |
| Totals: 4 Items | 20.9 MB | 0 | |
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 secretpass or safebox --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
installer screenshot
encrypt tab screenshot
decrypt tab screenshot
there is an about tab