Skip to content

SafeBox-v1.1.1-win-x86_x64.exe

Choose a tag to compare

@s4d0x-dev s4d0x-dev released this 22 May 13:15

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