Re: encryption/decryption

From: "chris smith" <dmagick(at)gmail(dot)com>
To: "AKHILESH GUPTA" <akhilesh(dot)davim(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: encryption/decryption
Date: 2006-04-01 11:07:01
Message-ID: 3c1395330604010307x3527248dx7f7138b2c0128a4e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On 4/1/06, AKHILESH GUPTA <akhilesh(dot)davim(at)gmail(dot)com> wrote:
> hi all,
> just to ask u all one thing regarding encryption/decryption.
>
> i am migrating my database from mysql to pgSQL using a php script.
> in mysql there is a table 'users' where a field 'password' is there of type
> varchar(30),
> and is encrypted using AES algorithm

The 'users' table in the 'mysql' database is md5'ed. You can't decrypt it.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nikolay Samokhvalov 2006-04-01 12:28:45 PostgreSQL makes me lie
Previous Message AKHILESH GUPTA 2006-04-01 10:55:55 encryption/decryption

Browse pgsql-sql by date

  From Date Subject
Next Message Nirmalya Lahiri 2006-04-01 15:08:52 Re: encryption/decryption
Previous Message AKHILESH GUPTA 2006-04-01 10:55:55 encryption/decryption