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.
我想编写一个仅适用于具有批准的 Mac 地址的计算机的程序。我需要 2 个程序,程序 1 将 MAC 地址和密码短语作为输入并生成密码。程序 2 将密码与 MAC 地址进行比较并生成密码。这将如何完成?
如果您使用 MAC 地址作为密码哈希的盐,您应该能够将结果与已知哈希列表进行比较。那似乎可以满足您的需求。您是否需要比这更多的帮助,或者您是否了解这些术语(或可以谷歌)?