-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Microwin admin password stored in plain text in unattend.xml #3064
Comments
@kinou74, from my experience with using the unattended answer file generation service that this project uses, you can only obscure the password with Base64 encoding: Does this suffice to you? |
Should be better than nothing I guess. |
Describe the bug
Hello
I've just tested microwin with a Win11 Ent LTSC image and found that the unattend.xml file at the root of C drive contains (twice) my local admin password stored in plain text.
To Reproduce
Steps to reproduce the behavior:
Create an image with microwin and set an admin account
Once Windows is installed from the new image, an "unattend.xml" file is left at the root of C: and this file contains the admin password in plain text,
Expected behavior
unattend.xml file shouldn't contain plain text password, hashed version instead.
The text was updated successfully, but these errors were encountered: