SolidUI adopts a custom file format to store the encrypted data in its backup file. Add a script to decrypt the backup archive and save the decrypted content in a `.zip` file. The script needs to ask the user to provide security key.
SolidUI adopts a custom file format to store the encrypted data in its backup file.
Add a script to decrypt the backup archive and save the decrypted content in a
.zipfile. The script needs to ask the user to provide security key.