Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Security_Features_Overview" page has been changed by RobertNewson:
http://wiki.apache.org/couchdb/Security_Features_Overview?action=diff&rev1=30&rev2=31

Comment:
note that openssl adds unwanted junk in newer versions

  $ echo -n "foobar" | openssl sha1
  8843d7f92416211de9ebb963ff4ce28125932878
  }}}
+ 
+ NOTE: Newer versions of openssl include "(stdin)=" in their output. Do NOT 
include that prefix in your document.
  
  Erlang
  
@@ -225, +227 @@

  b79393894929362b5ba006ce210467fec5bae9ef
  }}}
  
+ NOTE: If you have openssl 1.0.0e or newer, the $SALT value includes a 
'(stdin)=' prefix. You should remove it and calculate password_sha with just 
the hex part.
+ 
  
  == Document Update Validation ==
  See [[Document_Update_Validation]].

Reply via email to