From: | "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com> |
---|---|
To: | "Chad Wagner" <chad(dot)wagner(at)gmail(dot)com> |
Cc: | PostgreSQL <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: SHA-1 vs MD5 |
Date: | 2007-03-09 12:34:59 |
Message-ID: | 55c095e90703090434ob874f2q4ff3cfd0d91c88f3@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Thank you so much for your information. I installed the pgCrypto. Now I have
more than 40 functions (i believe all are from pgcrypto) but when I try to
run your query:
select encode(digest('blahblah', 'sha256'), 'hex');
I got the error:
ERROR: Cannot use "sha256": No such hash algorithm
SQL state: 22023
Any suggestion
Ezequias
2007/3/8, Chad Wagner <chad(dot)wagner(at)gmail(dot)com>:
>
> On 3/8/07, Ezequias Rodrigues da Rocha <ezequias(dot)rocha(at)gmail(dot)com> wrote:
> >
> > I really don't have the pgcrypto. It could be a nice alternative. Could
> > you tell me the steps to install it ?
>
>
> This should help you out:
>
> http://www.postgresql.org/docs/8.2/static/external-extensions.html
> http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/README?rev=1.91;content-type=text%2Fplain
>
>
>
>
> I am very concerned about security in my application becouse we are going
> > to moviment a large ammount of information and money. As much i take care of
> > it as good.
>
>
> SHA1 and MD5 are hashing algorithms, they are typically used for passwords
> and in conjunction with public key encryption or over-the-wire encryption to
> sign the message. If you are really concerned about security, you may want
> to hire an experienced person in the security engineering field. Especially
> if you are talking about financial information.
>
>
> I know some problem of MD5 and know it is very good too. If someone could
> > tell me where MD5 is used I could be more relaxed.
>
>
>
> The impression I get is that SHA-256, SHA-384, or SHA-512 are the
> preferred hashing algorithms, but I really don't keep up on it. Many many
> password systems use MD5, I think it is reasonably safe.
>
--
Ezequias Rodrigues da Rocha
http://ezequiasrocha.blogspot.com/
use Mozilla Firefox:http://br.mozdev.org/firefox/
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2007-03-09 12:35:11 | Re: Table inherit & foreign key problem |
Previous Message | Moritz Kobel | 2007-03-09 11:43:03 | Table inherit & foreign key problem |