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
For borg 2.0, remove support for pbkdf2 based borg keys for new repos.
pbkdf2
They use encrypt-and-MAC and the AES class is only used by them.
AES
For N+1 release, remove all the related legacy code.
The text was updated successfully, but these errors were encountered:
rcreate: always use argon2 kdf for new repos, fixes borgbackup#6820
cb65b32
this way, we can remove the legacy pbkdf2 key code in next release.
eabad3e
fixed in borg2 branch.
Sorry, something went wrong.
ThomasWaldmann
No branches or pull requests
For borg 2.0, remove support for
pbkdf2
based borg keys for new repos.They use encrypt-and-MAC and the
AES
class is only used by them.For N+1 release, remove all the related legacy code.
The text was updated successfully, but these errors were encountered: