You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/19 22:05:09 UTC

[Couchdb Wiki] Trivial Update of "Security_Features_Overview" by StefanSydow

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 StefanSydow:
http://wiki.apache.org/couchdb/Security_Features_Overview?action=diff&rev1=25&rev2=26

Comment:
wrong backtick

  OpenSSL command line version:
  
  {{{
- $ SALT=`openssl rand 16 | openssl md5'
+ $ SALT=`openssl rand 16 | openssl md5`
  $ echo salt=$SALT
  salt=b7774c617642099bbe6233e9ee08a8eb
  $ echo -n "foobar$SALT" | openssl sha1