Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id D29C99FB1CA for ; Tue, 17 Oct 2006 17:15:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 22264-01 for ; Tue, 17 Oct 2006 20:15:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by postgresql.org (Postfix) with ESMTP id 8A1439FA4A7 for ; Tue, 17 Oct 2006 17:15:29 -0300 (ADT) Received: by nf-out-0910.google.com with SMTP id i2so433269nfe for ; Tue, 17 Oct 2006 13:15:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:cc:subject:in-reply-to:references:date:message-id:user-agent:mime-version:content-type:x-virus-scanned:sender; b=hNK6nixs29EP/ouuO+ISZqfpicPl6aF2AQqZfJuQV8HvoVQvwMjnElS0wmWEk8Y9M4oczOrUPuX8dHJRQbwRF95hTOpPE6v6gytMUqDTc0ML9/i0GL0t3ctQ1kYnFBQ34de3b/p/Onjv31KuEci41gK+Ieco+VasHETd7WSnSoM= Received: by 10.49.19.5 with SMTP id w5mr784565nfi; Tue, 17 Oct 2006 13:15:27 -0700 (PDT) Received: from strongwill.g2ctech ( [201.47.19.248]) by mx.google.com with ESMTP id l22sm951741nfc.2006.10.17.13.15.24; Tue, 17 Oct 2006 13:15:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by strongwill.g2ctech (Postfix) with ESMTP id 340C8E56D5; Tue, 17 Oct 2006 18:15:19 -0200 (BRST) Received: from strongwill.g2ctech ([127.0.0.1]) by localhost (strongwill.g2ctech [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04704-01; Tue, 17 Oct 2006 18:15:17 -0200 (BRST) Received: from jupiter.g2ctech (unknown [10.0.0.240]) by strongwill.g2ctech (Postfix) with ESMTP id 5856BE5655; Tue, 17 Oct 2006 18:15:17 -0200 (BRST) Received: by jupiter.g2ctech (Postfix, from userid 1000) id 23F811404C6; Tue, 17 Oct 2006 17:15:14 -0300 (BRST) From: Jorge Godoy To: Shane Ambler Cc: Jorge Godoy , Jeff Davis , DEV , pgsql-general@postgresql.org Subject: Re: Database users Passwords In-Reply-To: <45353091.2080102@007Marketing.com> (Shane Ambler's message of "Wed\, 18 Oct 2006 05\:05\:45 +0930") References: <002c01c6f1fa$652d3f60$0b01a8c0@LT003> <1161102985.31645.100.camel@dogma.v10.wvs> <45351C3E.7030200@007Marketing.com> <873b9mlqdm.fsf@gmail.com> <45353091.2080102@007Marketing.com> Date: Tue, 17 Oct 2006 17:15:13 -0300 Message-ID: <878xjek8by.fsf@ieee.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at g2ctech.com X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.199 tagged_above=0 required=5 tests=DNS_FROM_RFC_ABUSE, SPF_PASS X-Spam-Level: X-Archive-Number: 200610/852 X-Sequence-Number: 102378 Shane Ambler writes: > The only crypt I know of is the crypt command (FreeBSD has it at > /usr/bin/crypt) and is also known as enigma. This is a two way encryption > and is fast. > If that is what he is using then decrypting will not be part of the time > issue and is the basis of the advice I gave.