Results 1 to 3 of 3

Thread: Security issue

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2000
    Location
    Québec, Canada
    Posts
    212

    Security issue

    I've made a login form, which send login & pass to our server, which is keeping data encoded in a database. (It encodes the password upon reception) I'm pretty confident about the encryption & security of the database, but I'm not about the fact of sending login & pass.

    Can such vital data be viewed using a sniffer or something else ? If so, what should I do to avoid this ?
    Regards,

    El-Nino

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Can such vital data be viewed using a sniffer or something else ?
    Yes, quite easily. You need to look into SSL / HTTPS, which will encrypt the data as it sent over the internet.

    I'm pretty confident about the encryption & security of the database, but I'm not about the fact of sending login & pass.
    A lot of places don't secure there databases well - they just focus on the internet transmissions, so you're definately on the right track.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2000
    Location
    Québec, Canada
    Posts
    212
    Ok, then, where can I find information to use SSL or/and HTTPS since I know both are use widely ?
    It would probably the best way...
    Regards,

    El-Nino

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width