Skip to content
New issue

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

Solution: Encryption code is obsolete and supports only Blowfish/SHA1 #339

Merged
merged 3 commits into from
Nov 28, 2024

Conversation

lawern
Copy link
Contributor

@lawern lawern commented Nov 27, 2024

This pull request fixes the issue #162 that the encryption code is obsolete and supports only Blowfish/SHA1.
It is now possible to save files with the old Blowfish encryption as well as with the AES256-CBC encryption.
By default, the data is stored with AES256 CBC encryption. Only files that still have the old encryption are still saved with this encryption.

resolves #162

…ice files described in Issue tdf#138.

It is now possible to open files with the old Blowfish encryption as well as with the AES256-CBC encryption.
Unfortunately, I had to add BouncyCastle because I couldn't solve the problem with the existing libraries.

resolves tdf#138
… obsolete and supports only Blowfish/SHA1.

It is now possible to save files with the old Blowfish encryption as well as with the AES256-CBC encryption.
By default, the data is stored with AES256 CBC encryption. Only files that still have the old encryption are still saved with this encryption.

resolves tdf#162
@mistmist mistmist merged commit 36ef92c into tdf:master Nov 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

encryption code is obsolete and supports only Blowfish/SHA1
2 participants