When the end-user sets a folder in SafeSync to be encrypted, all files under the said folder will change to .SPT file. Learn how to decrypt these SPT files.
To decrypt the file, run the following command in a client under Windows platform:
"C:\Program Files\SafeSync for Enterprise\Shared Protection Extension\SPT.exe" -dec_folder <folderlist>
Below are some sample commands:
- "C:\Program Files\SafeSync for Enterprise\Shared Protection Extension\SPT.exe" -dec_folder "C:\Temp"
- "C:\Program Files\SafeSync for Enterprise\Shared Protection Extension\SPT.exe" -dec_folder "C\:Temp|C:\ABC"
Use a pipeline mark ( | ) to separate the folders in the folder list. Once you ran the command, the decrypted files will be found under the folder you specified in the command.