Difference between revisions of "Secure User Identification"

From AMule Project FAQ
Jump to: navigation, search
(reference)
m (beginning the job...)
Line 2: Line 2:
  
 
[[Client|Clients]] in the network are identified by a unique value called user hash. This user hash is stored in the ''preferences.dat'' file and is used to grant earned [[FAQ_eD2k-Kademlia#What_is_all_that_credits,_rate_and_score_stuff_about?|credits]] with other users.
 
[[Client|Clients]] in the network are identified by a unique value called user hash. This user hash is stored in the ''preferences.dat'' file and is used to grant earned [[FAQ_eD2k-Kademlia#What_is_all_that_credits,_rate_and_score_stuff_about?|credits]] with other users.
[[aMule]] (like [[eMule]]) can use an asymmetric encryption to avoid exploiting or manipulating other user hash values. The method uses a private and a public key to secure the user hash and to ensure a proper identification on other clients.
+
[[aMule]] (like [[eMule]]) can use an asymmetric encryption to avoid exploiting or manipulating other user hash values. The method uses a private and a public key to ensure a correct and unique identification on other clients.
  
 
Secure User Identification can be turned on in Preferences -> Connection (since [[aMule]] 2.x). It is recommended to use it.
 
Secure User Identification can be turned on in Preferences -> Connection (since [[aMule]] 2.x). It is recommended to use it.
  
Other sources: http://www.emule-project.net/home/perl/help.cgi?l=1&rm=show_topic&topic_id=135
+
The identification process goes as follows:
 
+
(The above source's information will be soon summarized here)
+

Revision as of 01:04, 17 October 2004

What is Secure User Identification (SUI) ?

Clients in the network are identified by a unique value called user hash. This user hash is stored in the preferences.dat file and is used to grant earned credits with other users. aMule (like eMule) can use an asymmetric encryption to avoid exploiting or manipulating other user hash values. The method uses a private and a public key to ensure a correct and unique identification on other clients.

Secure User Identification can be turned on in Preferences -> Connection (since aMule 2.x). It is recommended to use it.

The identification process goes as follows: