Hello,
In our app, a log file is to be written for security purposes, in which the database queries are stored in order to read them into a sqlite if required.
To prevent unauthorized access to this data, the log file is to be encrypted. The decryption must be possible on a (Windows) PC.
A problem could be that the file is probably opened quite often for writing, therefore the process must not take too long.
Does anyone have an idea for the best way to do this?
Regards
In our app, a log file is to be written for security purposes, in which the database queries are stored in order to read them into a sqlite if required.
To prevent unauthorized access to this data, the log file is to be encrypted. The decryption must be possible on a (Windows) PC.
A problem could be that the file is probably opened quite often for writing, therefore the process must not take too long.
Does anyone have an idea for the best way to do this?
Regards