1

サーバーに接続してクライアントを一意に識別し、サーバーのデータベースで特定のクエリを実行する権限をクライアントに付与できるアプリケーションを開発したいと考えています。一意の方法でクライアントを識別するにはどうすればよいですか。MACアドレスは十分に信頼できますか? または、CPU IDなどを使用する必要がありますか?

明確化: アプリの登録コードを作成する必要はありません。それは無料のアプリケーションであると想定されているためです。IDで各クライアントを検出し、サーバー上で特定のメソッドを実行する権限を持つクライアントを決定したいと思います。

4

2 に答える 2

1

This question appears to have already been asked and answered in detail (although, you may not like the answers, since they appear to add up to: it's problematic.) I agree with Xefan's comment that more details would help define your question. Here's a link to earlier discussion on this:

What is a good unique PC identifier?

于 2015-04-27T08:40:45.333 に答える