I am currently participating a lecture in my university that is called "system architecture and security". One part of this semester is to setup our own slice and hack each others. We also have to make a webservice that uses HTTPS (and lots more).
Now my question is when I configure the apache2 I want to set a high standard in the SSL encryption (SSLCipherSuite). But I cant find anything really concrete about the differences and why anyone would ever do anything else than HIGH. Dosent that just tell the browser that it have to communicate using strong encryption methods? Does it make the communication slower?
Could someone explain this to me? Or link to an article that explains it well? I haven't been able to find it...