dbTalk Databases Forums  

MD5 for PostgreSQL 7.3.4

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss MD5 for PostgreSQL 7.3.4 in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tk421
 
Posts: n/a

Default MD5 for PostgreSQL 7.3.4 - 11-03-2004 , 10:34 AM






I'm looking for a function that returns a md5 encryption for postgreSQL 7.3.4

I've found that this function exists on version 7.4, but I have had problems installing it on my Windows XP with Cygwin, so I need to found it for version 7.3

Anyone can help me?

Sorry about my english, i'm spanish

Víctor Robador Capel

Análisis de Sistemas y Programación

www.creativosdolmen.com

Reply With Quote
  #2  
Old   
Joe Conway
 
Posts: n/a

Default Re: MD5 for PostgreSQL 7.3.4 - 11-03-2004 , 10:49 AM






Tk421 wrote:
Quote:
I'm looking for a function that returns a md5 encryption for
postgreSQL 7.3.4

I've found that this function exists on version 7.4, but I have had
problems installing it on my Windows XP with Cygwin, so I need to
found it for version 7.3
See contrib/pgcrypto

HTH,

Joe

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly



Reply With Quote
  #3  
Old   
Tk421
 
Posts: n/a

Default Re: MD5 for PostgreSQL 7.3.4 - 11-03-2004 , 12:26 PM



I've been looking at contrib/pgcrypto but it hasn't any information
about md5 encryption


Víctor Robador Capel

Análisis de Sistemas y Programación

www.creativosdolmen.com
----- Original Message -----
From: "Joe Conway" <mail (AT) joeconway (DOT) com>
To: "Tk421" <vrobador (AT) vodafone (DOT) es>
Cc: <pgsql-general (AT) postgresql (DOT) org>
Sent: Wednesday, November 03, 2004 5:49 PM
Subject: Re: [GENERAL] MD5 for PostgreSQL 7.3.4


Quote:
Tk421 wrote:
I'm looking for a function that returns a md5 encryption for
postgreSQL 7.3.4

I've found that this function exists on version 7.4, but I have had
problems installing it on my Windows XP with Cygwin, so I need to
found it for version 7.3

See contrib/pgcrypto

HTH,

Joe

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly



---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)



Reply With Quote
  #4  
Old   
Joe Conway
 
Posts: n/a

Default Re: MD5 for PostgreSQL 7.3.4 - 11-03-2004 , 12:33 PM



Tk421 wrote:
Quote:
I've been looking at contrib/pgcrypto but it hasn't any information
about md5 encryption

Sure it does. See README.pgcrypto:

"SQL FUNCTIONS
=============

If any of arguments are NULL they return NULL.

digest(data::bytea, type::text)::bytea

Type is here the algorithm to use. E.g. 'md5', 'sha1', ...
Returns binary hash."

Joe

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.