public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: stargrave@stargrave•org
To: govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] Invalid verifier structure issue!
Date: Sun, 28 Feb 2016 11:08:14 +0300	[thread overview]
Message-ID: <20160228080814.jm8pxx9RC%stargrave@stargrave.org> (raw)
In-Reply-To: <CAEwfFSjed5Atvzfmv=NO7Mo=KH3bKSQS_qUJ_gbswc_onJ7ZBw@mail.gmail.com>

Greetings!

*** Gary <kingtopest9000@gmail•com> [Sun, 28 Feb 2016 10:59:07 +0800]:
># ./govpn-client -verifier
>"$argon2d$m=4096,t=128,p=1$VHxSAZ2TlXb//BJAUUqLoQ" -iface tap0  -remote

If you call this command exactly in that way, I assume your shell
interprets "$argon2" and "$m" strings as variables. Try to use single
quotes: '$argon2d$m=4096,t=128,p=1$VHxSAZ2TlXb//BJAUUqLoQ'.

"$" character has this kind of convenience drawback, but this is the
Argon2/PHC standard.

-- 
Happy hacking, Sergey Matveev

      reply	other threads:[~2016-02-28  8:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-28  2:59 [Govpn-devel] Invalid verifier structure issue! Gary
2016-02-28  8:08 ` stargrave [this message]