X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=doc%2Fverifier.texi;h=ecf98ad6ddc606342e78dc7886c1c19c99014b01;hp=7efdf07c1e74dfa7d1782308a556d049feec3e82;hb=f9209136cff0331fc2293f25061971f6c77ff213;hpb=7dbd0610bd50346310e205b48de1e2e8f0f1474c diff --git a/doc/verifier.texi b/doc/verifier.texi index 7efdf07..ecf98ad 100644 --- a/doc/verifier.texi +++ b/doc/verifier.texi @@ -6,8 +6,8 @@ Verifier is created using @command{govpn-verifier} utility. @verbatim % govpn-verifier Passphrase:[hello world] -$argon2d$m=4096,t=128,p=1$bwR5VjeCYIQaa8SeaI3rqg$KCNIqfS4DGsBTtVytamAzcISgrlEWvNxan1UfBrFu10 -$argon2d$m=4096,t=128,p=1$bwR5VjeCYIQaa8SeaI3rqg +$balloon$s=32768,t=16,p=2$bwR5VjeCYIQaa8SeaI3rqg$KCNIqfS4DGsBTtVytamAzcISgrlEWvNxan1UfBrFu10 +$balloon$s=32768,t=16,p=2$bwR5VjeCYIQaa8SeaI3rqg @end verbatim First line is the verifier for the server side. Second line is for the @@ -18,7 +18,7 @@ You can check passphrase against verifier by specifying @option{-verifier} option with the path to verifier file: @verbatim -% govpn-verifier -verifier '$argon2d...' +% govpn-verifier -verifier '$balloon...' Passphrase:[hello world] true @end verbatim