Hi, I have setup my working apache and my mail server which is working perfectly.
However, I need to start to do some changes to now add more security to both of them.
I am thinking to use ssl for both and for the mail server. I am thinking to use a different encryption method for the passwords. I currently use md5 that is salted.
I want to know start using I was thinking sha-1 or something in that line. I want the latest encryption that is suggested to be used.
for apache I have a website that has a login page. I would like to have that page use https.
However, I need to start to do some changes to now add more security to both of them.
I am thinking to use ssl for both and for the mail server. I am thinking to use a different encryption method for the passwords. I currently use md5 that is salted.
I want to know start using I was thinking sha-1 or something in that line. I want the latest encryption that is suggested to be used.
for apache I have a website that has a login page. I would like to have that page use https.