From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 27 May 2003 17:49:34 +0400 From: Dmitry Zubov To: community@altlinux.ru Subject: Re: [Comm] PHP crypt() Message-ID: <20030527134934.GA8163@bird.zubov.net> References: <20030526230044.GA9065@bird.zubov.net> <0333.030527@taxpol.krasnoyarsk.su> <20030527051353.GA1499@pasha.alkorn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030527051353.GA1499@pasha.alkorn.net> Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: On Tue, May 27, 2003 at 09:13:53AM +0400, Pavel Tsybulin wrote: > Всем: > 1) Потому, что нет уверенности, что mcrypt утановлен у заказчика. > 2) Проблема решилась так: > $password = 'Мой пароль' ; > $crypted_password = crypt($password, '$2a$08$' . md5($pwd)) ; А где здесь BlowFish? -- Дмитрий