Re: Multilingual database

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: Terence Ng <ngterry2000(at)yahoo(dot)com(dot)hk>
Cc: novice pgsql <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Multilingual database
Date: 2003-05-14 14:57:42
Message-ID: a0521060bbae808bed1fe@[213.119.70.233]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

You should encrypt all sensitive information, like password, credit
card, social security number, etc. It should be encrypted while
traveling over the internet, e.g. by using SSL, but it should also be
stored in an encrypted way.

We hear all too often how "hackers have stolen a million personal
records from company xyz." You wouldn't want your company to get
into the news like that.

Cheers,

Marc

At 6:11 PM +0800 5/14/03, Terence Ng wrote:
>Thank you very much for your patience. May I have one
>more question?
>
>May I put the login and password of my customers in
>the same table containing my customers name and
>address?

It is a convenient thing to do, but it's not very safe unless you
somehow store this information encrypted, or at least, scrambled.

Browse pgsql-novice by date

  From Date Subject
Next Message Chad Thompson 2003-05-14 15:05:24 Re: Limiting processor power on queries
Previous Message Terence Ng 2003-05-14 14:42:03 Re: Login and Password