stefankueng / CryptSync

CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
https://tools.stefankueng.com/CryptSync.html
GNU General Public License v3.0
400 stars 72 forks source link

Update website with missing info #109

Closed Argimko closed 12 months ago

Argimko commented 1 year ago
  1. Important fix: /nosyncdelete -> /nosyncdeleted (added d at the end)

  2. Add info about /help key: Show command line options dialog

  3. Add info about /resetarchiveattr key: Reset archive attribute on original after succsssful encryption / copy

  4. Add info: the %ERRORLEVEL% is set to a bitmask on return, or zero on success: 1: Cancelled 2: Access denied 4: en/decryption error 8: copy error

  5. Add to the CryptSync source, Command Line Options dialog missing key: /encnamesNew: encrypt names with the new filename encryption

Thank you for your app! :)

stefankueng commented 12 months ago

website updated