Difference between revisions of "Secure User Identification"

From AMule Project FAQ
Jump to: navigation, search
m
m (in vision of porting wiki as aMule docs with tarball, fixing issues)
Line 1: Line 1:
 
== What is Secure User Identification (SUI) ? ==
 
== What is Secure User Identification (SUI) ? ==
  
[[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 secure the user hash and to ensure a proper 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.

Revision as of 09:09, 6 September 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 secure the user hash and to ensure a proper identification on other clients.

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