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

The hwid changed after upgrading to 14.1 #23

Open
doroved opened this issue Nov 2, 2023 · 1 comment
Open

The hwid changed after upgrading to 14.1 #23

doroved opened this issue Nov 2, 2023 · 1 comment

Comments

@doroved
Copy link

doroved commented Nov 2, 2023

I have this set of components installed

builder
        .add_component(HWIDComponent::SystemID)
        .add_component(HWIDComponent::CPUCores)
        .add_component(HWIDComponent::CPUID)
        .add_component(HWIDComponent::DriveSerial)
        .add_component(HWIDComponent::MacAddress);

I upgraded my mac from 14.0 to 14.1 and my hwid changed. What could be the reason and how can I avoid this seemingly critical problem?

@doroved
Copy link
Author

doroved commented Nov 22, 2023

Do not use this setting to create Machine IDs of your Mac application users' devices, because after each system update, this setting changes.

diskutil info / | grep 'Volume UUID' | awk '{print $3}'

.add_component(HWIDComponent::DriveSerial) - is not a constant value

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

1 participant