Closed Thread
Results 1 to 5 of 5

Thread: Shopping cart source code and security

  1. #1
    Doe1974's Avatar
    Doe1974 is offline Newbie
    Join Date
    Aug 2007
    Location
    Garin
    Posts
    9
    Rep Power
    0

    Question Shopping cart source code and security

    I have several customer sites built with comersus shop cart. One of my customers has the site hosted in a shared server, so hosting service technicians have access to all files located in the server.

    Is there any way to protect database main connection password located inside ASP scripts?

    Or should I suggest a dedicated server?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    There's no way to protect the password if it's stored in a plain ASP-script. So, I don't really see any other alternatives than he gets storage on another server (it could be a dedicated server, yes)

  4. #3
    shibbythestoner's Avatar
    shibbythestoner is offline Programmer
    Join Date
    Jun 2007
    Location
    Scotland
    Posts
    136
    Rep Power
    0
    You could put an md5 hash of the password in another database/table or something...not perfect but perhaps more secure.

  5. #4
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    The password has to be in plain text if it shall be used for connecting to the database.

  6. #5
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    I guess this is a problem with all other programming languages like PHP and ASP... maybe others too.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Shopping cart help
    By ahmed in forum Java Help
    Replies: 1
    Last Post: 06-12-2011, 01:54 AM
  2. ASP.NET Shopping Cart
    By kthomson in forum ASP, ASP.NET and Coldfusion
    Replies: 3
    Last Post: 12-02-2010, 12:52 PM
  3. PHP for shopping cart?
    By ShortCircuit in forum PHP Development
    Replies: 5
    Last Post: 10-26-2010, 06:14 PM
  4. Need Help on shopping cart ~
    By phyllo in forum PHP Development
    Replies: 1
    Last Post: 07-13-2010, 06:09 AM
  5. C# shopping cart
    By gav11 in forum CSharp Tutorials
    Replies: 1
    Last Post: 01-31-2008, 09:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

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