We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i need to extract a single file, the backup is encrypted (with my PW), how do i extract this so i can get the single file?
(thanks to HACS repo update bug).
7zip and winrar fail on the tar.gz (As expected since they're encrypted) thanks
tried this as well , but it did not work (i did input the correct password):
# openssl enc -d -aes-256-cbc -in homeassistant.tar.gz -out decrypted_backup.tar.gz enter aes-256-cbc decryption password: bad magic number
edit i can see in the .json that aes128 is used, however still failing:
enc -d -aes-128-cbc -salt -in homeassistant.tar.gz -out decrypted_backup.tar.gz or enc -d -aes-128-cbc -in homeassistant.tar.gz -out decrypted_backup.tar.gz bad magic number
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i need to extract a single file, the backup is encrypted (with my PW), how do i extract this so i can get the single file?
(thanks to HACS repo update bug).
7zip and winrar fail on the tar.gz (As expected since they're encrypted)
thanks
tried this as well , but it did not work (i did input the correct password):
edit i can see in the .json that aes128 is used, however still failing:
The text was updated successfully, but these errors were encountered: