Naoko Reeves wrote:
> Hello,
> 
> I have the following statement and accent e doesn't seems to be
> decrypted correctly.
> 
> select decrypt(encrypt('aƩiou','foo','aes'),'foo','aes')
> 
> Could you tell me if there is an option for encoding or this function
> only encrypt basic ascii?

They take bytea rather than text and return bytea too.

Does casting the result give you valid text?

-- 
  Richard Huxton
  Archonet Ltd

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to