X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fidentity.texi;h=3a37790cab5f9b132a69ef345058089d60d322f3;hb=b779397ef0dba12ed2fb117e1a514bf0d5b598ef;hp=46a6889d2c1fda4041f4c89a1d5c30ffb408ef90;hpb=b71b594e74ccbbfc987a787c45158598c2f807c7;p=govpn.git diff --git a/doc/identity.texi b/doc/identity.texi index 46a6889..3a37790 100644 --- a/doc/identity.texi +++ b/doc/identity.texi @@ -1,13 +1,7 @@ @node Identity -@section Identity +@subsection Identity Client's identity is 128-bit string. It is not secret, so can be transmitted and stored in the clear. However handshake applies PRP on it -to make DPI and deanonymization much harder to success. - -@example -% ./utils/newclient.sh doesnotmatter -Your id is: 7012df29deee2170594119df5091d4a2 -@end example - -@code{7012df29deee2170594119df5091d4a2} is client's identity. +to make DPI and deanonymization much harder to success. It is used as a +salt in @ref{Verifier}.