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

Fixed reuse of last encrypted value for non-encrypted fields. #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kim-ln
Copy link

@kim-ln kim-ln commented Jun 30, 2022

Probably fixes #53

For non-encrypted fields (i.e. non-string), the field's value was never used. Instead, the (decrypted) value of the last encrypted field (i.e. string field) was used. Unsure what used to happen if the first field was non-encrypted, as I lack PowerShell experience and did not have time to test. Anyway, it works properly now.

@kim-ln
Copy link
Author

kim-ln commented Jul 19, 2022

@jseerden Hi John. I just saw that an older similar PR existed: #51 Forgive my impertinence, but I think my change is a lot simpler and to the point.

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.

integer values are not being returned correctly
1 participant