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
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.
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