Decrypt the backup files
How to do it on Windows
Prerequisite:
- You must have installed AES Crypt for Windows to decrypt the backup files.
- Access a shared folder that receives the senhasegura backup data
- Locate a folder where the stored files are stored and get it from the secret folder
- Search for the file you want to open to open the file
- Click on the desired file that contains the .aes extension
- Restore encrypted data using Master Key
The software decodes the backup file, generating a file with the CSV extension in the same directory as the backup file. By opening the CSV file, you can view all the credentials and passwords that were registered and saved in the backup file.
How to do it on Linux
Prerequisite:
- You must have installed AES Crypt for Linux to decrypt the backup files.
- Access a shared folder that receives the senhasegura backup data
- Locate a folder where the stored files are stored and look for the path /srv/backupremoto/secrets/ if you have saved it in your local directory
- Choose a folder that contains the data you want to backup
- Choose the information
- Choose the folder that contains the file with the extension .aes
- Type
aescrypt -d -p MasterKeyPassword file.aes
to decrypt the file