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

Use appropriate method to calculate salt #3

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

Conversation

csch-joa
Copy link

GMSAs are considered as machine accounts. Therefore the salt must be generated according to the following scheme: uppercase realm + "host" + lowercase hostname without the trailing '$' + "." + lowercase realm

With the current method, the calculated AES keys are invalid.

GMSAs are considered as machine accounts. Therefore the salt must be generated according to the following scheme:
uppercase realm + "host" + lowercase hostname without the trailing '$' + "." + lowercase realm 

With the current method, the calculated AES keys are invalid.
@jfma7
Copy link

jfma7 commented May 10, 2023

+1

@godylockz
Copy link

Will close #4

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.

3 participants