Added auth requirement on all endpoints.
Added SignIn-, Access- and Refresh-Tokens based on JWT.
Upgraded stored password to be based on PBKDF2.
Added default password assignment.
Updated logic to support auth-header and re-sign-in for tray-icon and web-ui.
add command line parameters
parameterize memory cache and use bigger cache by default
optional use of aescrypt to make decryption faster by caching the results
tentative attributes support for Linux (use with sudo)
by Ben Fisher, https://github.com/downpoured
a Python script to restore Duplicati files
similar to Duplicati.RecoveryTool, but with no dependencies on Mono/.NET
uses streaming apis to restore a large number of files and use limited RAM.
supports backups using AES encryption (.aes) or No Encryption (.zip),
if data uses GPG/other encryption, decrypt files to .zip before running this tool.