how secure is SSL?

  • Thread starter Thread starter Grant
  • Start date Start date
G

Grant

I have a page that loads whole bunch of sensitive information including
credit cards number. That page has datagrid and text box with data populated
in it.

Please advise.
 
In the U.S., SSL uses 128-bit encryption. The National Security Agency could
probably decode it with a few supercomputers and a couple months head start.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big things are made up of
Lots of Little Things.
 
Plus - the whole industry speaks for itself... hundreds (if not thousands)
of banks and credit card companies offer online access to manage accounts,
secure credit card transactions are made all-day-long.. it's a time-tested
standard that is 'pretty much' impossible to break..
 
But remember, it's only safe for transmitting data. If you're going to send
full credit card numbers back to your clients then it doesn't matter if it's
SSL or not since the source of the page is easily accessible on the client
in its decrypted form. Same goes for passwords, allow users to enter them
but never send them back to them in a web page (that's why password input
box control ignores its text).

Jerry
 
Back
Top