public inbox for [email protected]  
help / color / mirror / Atom feed
From: Shane Ambler <[email protected]>
To: Jorge Godoy <[email protected]>
Cc: DEV <[email protected]>
Cc: [email protected]
Subject: Re: Database users Passwords
Date: Wed, 18 Oct 2006 07:35:54 +0930
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <002c01c6f1fa$652d3f60$0b01a8c0@LT003>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>

Jorge Godoy wrote:
> Shane Ambler <[email protected]> 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
[email protected]

Get Sheeky @ http://Sheeky.Biz




view thread (11+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: Database users Passwords
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox