Open Gabriele266 opened 3 years ago
New method: create a file to store last session informations. Hold there the last actions, the access time and the usage times. After every access, re-encrypt the user files and data with the new password and save them into the file.
To generate the password, follow these steps:
To calculate the session ID, use the following steps.
After that all these informations are taken, concatenate them into a string and hash it using sha256.
Implement generation for the password used to encrypt the safefiles list. Maybe use a global key or session keys.