Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道是否有人可以为我指出如何在 java 中安全地生成 hwid 的编写方向。我需要将我的软件锁定为仅在数组中硬编码的某些 hwid。
到目前为止,我看到的方法涉及 System.getEnv,它可以很容易地被覆盖以提供 hwid 已被列入白名单的人的值。
谢谢