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.
Improved unused registry key cleanup (some keys were left behind).
Sort of items in pair list now case-insensitive.
Items in the pair list's context menu now enabled/disabled as needed (same as buttons).
Added validation when creating pairs.
Added validation when editing pairs.
Internally, the index of items in the pair list is kept in the lParam.
Internally, pair vector is no longer sorted, sorting is not required and doing so may change item's positions in the vector and make lParam values in displayed list invalid.
Directory names comparisons for pairs now case-insensitive.