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

VS2019 Specified initialization vector (IV) does not match the block size for this algorithm. #43

Open
floschiavo opened this issue Feb 20, 2020 · 1 comment

Comments

@floschiavo
Copy link

Hi, I have made the changes specified in issue #25 but am still getting the same error in VS 2019. Can you suggest a fix for this please?

@darkice83
Copy link

To fix this for us i needed to update the EncryptElement and DecryptElement in two files SssisBuild.Core ProjectManagement Package.cs & ProjectFile.cs in both files i renamed the existing EncryptElement to EncryptElementOld (same for DecrypteElement) and then i had VS suggest my fixes (virtual to override and also add an use system.io)

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

No branches or pull requests

2 participants