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 2013/07/09 07:41:08 UTC

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

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 RussellBranca:
https://wiki.apache.org/couchdb/Security_Features_Overview?action=diff&rev1=39&rev2=40

Comment:
Fix block formatting

  
  The salt and password_sha are printed on STDOUT.
  
+ {{{#!perl
- {{{#!/usr/bin/env perl
+ #!/usr/bin/env perl
  # Usage: couchdb_password [password [salt]]  or provide password on STDIN.
  
  use Digest::SHA1 qw(sha1);