Getting something unique about user's computer with JavaScript?

前端 未结 3 878
南笙
南笙 2021-01-12 12:49

Here\'s the idea: If I can get something unique about a computer with JavaScript from an HTML page (probably the MAC address), then can I use this data as another security c

3条回答
  •  一生所求
    2021-01-12 13:24

    JavaScript within a Web browser executes within a sandbox and has no access to the underlying hardware. Besides, MAC addresses aren't guaranteed to be unique.

提交回复
热议问题