Some Fellow
Home Product Support
SSharing

Download SSFront PSScript Features HowtoUse Movie Sample About Secret Sharing Support License Terms


SSFront

"SSFront" is a front application that makes "SSharing Pro" easy to use on the command line.


Download

You can download "SSFront" for free from:

Detail

"SSharing Pro" is an application that runs on Windows.
It will be installed in C:\Program Files\WindowsApps, but if you try to run an application in this folder on the command line, you will not be able to specify the EXE file directly.
There are the following restrictions when running from the command line:


  1. Long command
  2. When running from the command line, you must type:

    start shell:AppsFolder\PackageFamilyName!ApplicationId

    This is a very long and annoying command.

    Note : "PackageFamilyName" and "ApplicationId" are different for each application.


  3. The current directory is fixed
  4. The current directory will always be C:\WINDOWS\system32. For those who have used the command line until now, this is a difficult environment to use.

  5. Do not wait for processing to complete
  6. If you run it in a batch file, proceed to the next step without waiting for the process to complete. Even if you create a batch file that copies the shared file after share, it will try to copy the shared file before the share process is finished. This will not copy the shared files successfully. This drastically reduces the effectiveness of the batch file.


We have prepared a PowerShell script SSFront to solve these problems.


How to use "SSFront"

If you want to share _ReadMe.txt, enter the following at the command line:

"%LOCALAPPDATA%\SSFront\ssfront.exe" -cmd -encode -en_n 5 -en_k 3 _ReadMe.txt

Note: Place the following files in the current directory and execute.
_ReadMe.txt


Lisence

MIT License