How can I access OpenSSL encrypted photos & videos on my computer?
You can use the openssl command on your computer to access photos & videos encrypted by PhotoSync.
If you used the default parameters to configure OpenSSL compatible encryption in PhotoSync please use the following
command:
openssl enc -d -aes-256-cbc -pbkdf2 -iter 600000 -in %encrypted_file% -out %decrypted_file%
You then need to enter your encryption password.
Note:
You can export the OpenSSL configuration from PhotoSync (containing the encryption password and decryption
command) at any time by opening the PhotoSync settings. Then tap "Configure", choose your target
service (e.g. SMB) and then tap "Client-Side Encryption". Then tap "Download
Configuration".