Getting something unique about user's computer with JavaScript?

前端 未结 3 945
南笙
南笙 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:28

    No. And you shouldn't implement security with JavaScript only as any competent developer with Firebug will get around it in no time.

提交回复
热议问题