89ee4931fb
For various reasons, decryption may be slower than initial encryption (different hardware, different system load etc). Do not fail the restore operation if scrypt anticipate it will take considerably more time or memory, than while creating the backup (where the scrypt parameters were originally set). Thanks to @jharveyb for the report and suggested solution. Fixes QubesOS/qubes-issues#4683 |
||
---|---|---|
ci | ||
debian | ||
doc | ||
etc | ||
qubesadmin | ||
rpm_spec | ||
test-packages | ||
.gitignore | ||
.pylintrc | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
Makefile.builder | ||
README.md | ||
run-tests | ||
setup.py | ||
version |
This is client side implementation of Qubes Admin API. See https://www.qubes-os.org/doc/admin-api/ for protocol specification.
Compatibility
Most of the API modules are compatible with Python >= 2.7. Very few parts require Python >= 3.4:
- tools (
qvm-*
) - qubesadmin.events module (for asyncio module)
Parts not compatible with Python < 3.4, are not installed in such environment.