On 4/1/06, AKHILESH GUPTA <akhilesh.davim@xxxxxxxxx> 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/