]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/verifier.texi
Replace Argon2 with Balloon hashing
[govpn.git] / doc / verifier.texi
index 7efdf07c1e74dfa7d1782308a556d049feec3e82..ecf98ad6ddc606342e78dc7886c1c19c99014b01 100644 (file)
@@ -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