Roch
Roch

Reputation: 22041

How to secure a web-app with the mac address

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)

Upvotes: 1

Views: 316

Answers (4)

Eldar Djafarov
Eldar Djafarov

Reputation: 24657

No, you can't. It's the same security issue. You can't do this with Flash either.

Upvotes: 5

diciu
diciu

Reputation: 29333

1/ You can't. MACs only travel in the local network.

2/ Javascript is a weird choice for license enforcements.

Upvotes: 2

user151323
user151323

Reputation:

It is not a good strategy. What if a network card burns out and the client will have to replace it? These things happen.

Upvotes: 1

Noon Silk
Noon Silk

Reputation: 55062

It's not a good idea.

The MAC address can be changed programmatically.

Upvotes: 3

Related Questions