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

Improve security for hidden burn variables. #4299

Closed
wixbot opened this issue Jan 30, 2014 · 3 comments
Closed

Improve security for hidden burn variables. #4299

wixbot opened this issue Jan 30, 2014 · 3 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Jan 30, 2014

In my managed BA, I have a password in a SecureString. I'd like a SecureStringVariables property in the managed Engine so that I never have to convert that SecureString to a managed string.

The engine should encrypt hidden variables while in memory and call SecureZeroMemory before freeing them so that they are not in memory after the process exits.

Originally opened by rseanhall

@wixbot
Copy link
Author

wixbot commented Jan 30, 2014

Would really want this piped through to the engine. That might be breaking.

Originally posted by barnson

@wixbot
Copy link
Author

wixbot commented Feb 6, 2014

Originally changed by rseanhall
AssignedTo set to shall

@wixbot
Copy link
Author

wixbot commented May 22, 2014

Pull request wixtoolset/wix3#6 accepted.

Originally posted by rseanhall
Release changed from v3.x to v3.9
Resolution set to fixed
Status changed from Open to Resolved

@wixbot wixbot added this to the v3.9 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants