-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Alpha version with support for encrypted ZIP files * Update README.md * Base command to convert from an encrypted ZIP file * Update CHANGELOG.md * Update README.md * Update README.md * Alpha version with support for encrypted ZIP files Added 7za logging + check return code * Version 4.0.0 - Read README updated install + use # New features and changes - Added support to convert from an encrypted Huawei Health ZIP file. As of late october 2020, the Huawei Health app obligates to provide a password to encrypt the requested data with. You must provide this password in the new command line argument --password. The used encryption method also requires the installation of a 7-Zip stand-alone version to be able to decrypt the data. For more information, see the updated installation and conversion procedures in the README file. # Known limitations - Currently, conversion from an encrypted Huawei Health ZIP file is supported on Windows operating systems only. * Update CHANGELOG.md
- Loading branch information
Showing
4 changed files
with
118 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Hitrava.py --zip HiZip.zip --password 123456 --json_export | ||
pause |