Re: Database users Passwords

Поиск
Список
Период
Сортировка
От Shane Ambler
Тема Re: Database users Passwords
Дата
Msg-id 453553C2.4070903@007Marketing.com
обсуждение исходный текст
Ответ на Re: Database users Passwords  (Jorge Godoy <godoy@ieee.org>)
Список pgsql-general
Jorge Godoy wrote:
> Shane Ambler <pgsql@007Marketing.com> 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
>
> Well...  I suppose DES is not Enigma, but I may be wrong.  I just quoted this
> "extension" because it shows both algorithms used here.
>
%man crypt
ENIGMA(1)               FreeBSD General Commands Manual

NAME
      enigma, crypt -- very simple file encryption

SYNOPSIS
      enigma [-s] [-k] [password]
      crypt [-s] [-k] [password]

DESCRIPTION
The enigma utility, also known as crypt is a very simple encryption pro-
gram, working on a ``secret-key'' basis.  It operates as a filter, i.e.,
it encrypts or decrypts a stream of data from standard input, and writes
the result to standard output.  Since its operation is fully
symmetrical,feeding the encrypted data stream again through the engine
(using the same secret key) will decrypt it.


Which is all irrelevant and guesses unless Dev specifies which crypt he
actually used to create his data.

--

Shane Ambler
Postgres@007Marketing.com

Get Sheeky @ http://Sheeky.Biz

В списке pgsql-general по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: exploiting features of pg to obtain polymorphism
Следующее
От: Alexander Staubo
Дата:
Сообщение: Re: not so sequential sequences