[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14362: Slightly clarify the control spec (tor/trunk/doc/spec)
Author: weasel
Date: 2008-04-12 12:58:20 -0400 (Sat, 12 Apr 2008)
New Revision: 14362
Modified:
tor/trunk/doc/spec/control-spec.txt
Log:
Slightly clarify the control spec
Modified: tor/trunk/doc/spec/control-spec.txt
===================================================================
--- tor/trunk/doc/spec/control-spec.txt 2008-04-12 11:15:43 UTC (rev 14361)
+++ tor/trunk/doc/spec/control-spec.txt 2008-04-12 16:58:20 UTC (rev 14362)
@@ -1513,7 +1513,8 @@
'tor --hash-password <password>'
or by using the example code in the Python and Java controller libraries.
To authenticate under this scheme, the controller sends Tor the original
- secret that was used to generate the password.
+ secret that was used to generate the password, either as a quoted string
+ or encoded in hexadecimal.
5.2. Don't let the buffer get too big.