Sporadically I notice that individual files were not encrypted by Boxcryptor. This is caused by an incorrect filing/saving of the files by the user.
To check which files are unencrypted in the cloud, I use the command:
dir /a-d /s /b | findstr /v /i ".bch$" .
Is there a option to let Boxcryptor encrypt the unencrypted files via commandline/ by cmd script?