Download Latest Version Safebox v1.2.0 - 32-64 bit Installer packages source code.tar.gz (349.7 kB)
Email in envelope

Get an email when there's a new version of SafeBox

Home / v1.1.1
Name Modified Size InfoDownloads / 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:

  1. The -o or --out is 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.
  2. The output extension is .ssb (S4D0X Safe Box).

5 A Screenshot from Encryption and decryption in CLI Version of app

1 installer screenshot

2 encrypt tab screenshot

3 decrypt tab screenshot

4 there is an about tab

Source: README.md, updated 2025-05-19