To created password protected zip files and store it as backup.
I understand that there is a constraint on human-editable file. What I want to do is to have 2 separate folders. 1 to store the data files and another to store the backup. So technically, I am still allowing users to manipulate the data by editing the data files since data is still being loaded from the data folder which is not encrypted (only the backup folder is encrypted - in the event that users corrupted the data file and want to restore the previously saved copy).
Library
Zip4j
Purpose
To created password protected zip files and store it as backup.
I understand that there is a constraint on human-editable file. What I want to do is to have 2 separate folders. 1 to store the data files and another to store the backup. So technically, I am still allowing users to manipulate the data by editing the data files since data is still being loaded from the data folder which is not encrypted (only the backup folder is encrypted - in the event that users corrupted the data file and want to restore the previously saved copy).
Is this allowed?
License
LICENSE