如何使用 Mac 地址保护网络应用程序
我想知道是否可以使用 javascript 获取客户端的 MAC 地址,这将是保护网络应用程序安全的好方法。 (例如,限制一个许可证 p/Mac 地址)
I'd like to know if it's possible to get the mac address of a client with javascript, It would be a good way to secure a web-app. (eg. Limit one license p/ Mac Adress)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
不,你不能。这是同样的安全问题。 Flash 也无法做到这一点。
No, you can't. It's the same security issue. You can't do this with Flash either.
这不是一个好主意。
MAC 地址可以通过编程方式更改。
It's not a good idea.
The MAC address can be changed programmatically.
1/ 你不能。 MAC 只在本地网络中传播。
2/ 对于许可证执行来说,Javascript 是一个奇怪的选择。
1/ You can't. MACs only travel in the local network.
2/ Javascript is a weird choice for license enforcements.
这不是一个好的策略。如果网卡烧坏,客户必须更换网卡怎么办?这些事情都会发生。
It is not a good strategy. What if a network card burns out and the client will have to replace it? These things happen.