Advice for a secure CMS with mySQL web site

Discussion in 'Programming' started by Wrighteq, Oct 30, 2006.

  1. #1
    I am building a site which will use a CMS(Drupal or postnuke) and a mysql database. Users should be able to sign in and make accounts. I want to use openSSL encryption because once logged in, users will be posting sensitive data. What is the best way to implement such a websiten and how should I start? I don't have much experience, so any help is appreciated.


    Thanks
     
    Wrighteq, Oct 30, 2006 IP
  2. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you ask more specific questions you'll get more specific answers.

    the open ssl documentation would be a good start. if you're still confused after reading it, I'm sure someone here will be able to clarify what you don't understand.
     
    disgust, Oct 30, 2006 IP
  3. Wrighteq

    Wrighteq Active Member

    Messages:
    75
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Basically im asking for the best way to design a site where users will be able to log in securely and then enter secure information that will be stored in a mySQL database. Is it better to use a CMS, if so, which CMS would be best? There won't be much sharing of content between users. Would it be better to write the code in PHP or java servlet?

    I only have experience in java programming, so this stuff is all new to me

    Thanks in advance
     
    Wrighteq, Oct 30, 2006 IP