17 Replies - 1983 Views - Last Post: 29 August 2011 - 12:58 PM
#1
secure login
Posted 26 August 2011 - 09:10 PM
Cheers
Replies To: secure login
#2
Re: secure login
Posted 26 August 2011 - 09:23 PM
Either way the community here won't supply you with anything but help for progress you've already made. So make some
Hope this helps.
Link for codeigniter tutorials: here
This post has been edited by shezzy: 26 August 2011 - 09:25 PM
#3
Re: secure login
Posted 26 August 2011 - 09:43 PM
Quote
A quick Google search shows this: http://usercake.com/
Quote
Why would you think that? HTTPS provides a lot of security and it gives your site a good-professional look.
Quote
I don't get how you could point out security flaws and not be able to write your own user system script.
Quote
I really hope you mean hashed. If you don't, look at this.
Quote
What do you mean by this?
Quote
Check out this.
#4
Re: secure login
Posted 26 August 2011 - 09:51 PM
creativecoding, on 27 August 2011 - 05:43 AM, said:
Quote
Why would you think that? HTTPS provides a lot of security and it gives your site a good-professional look.
I would say that he is talking about getting the certificate stating that you actually are the website that you say your are (which is required for HTTPS and SSL these days). Sadly he is correct here; most of the time it isn't economical for a site to purchase a cert right out of the gate. They cost a lot of money and that is only for a year. When I can purchase a site for 2 years with all the bells and wistles as far as languages and databases for $160 yet it costs $100+ for a single year certificate it isn't really worth it unless you have money coming in from your site and actually have personal, private information being stored on it.
#5
Re: secure login
Posted 26 August 2011 - 10:47 PM
#7
Re: secure login
Posted 27 August 2011 - 05:00 AM
polska03, on 27 August 2011 - 06:47 AM, said:
Free SSL certificates do exist yes, however they are generally not recognised for the browser or have a low encryption. For this reason it's not exactly too great as the browser will essentially see the site as being not encrypted due to the untrusted certificate authority that issued it (and some will also pop up a security warning saying it doesn't understand). However, at the very least, you know that the data is being encrypted, even if the user is presented with a warning.
Basically, getting a certificate from these providers is just like generating your own.
There are also some sites that offer trials of their paid certificates, for example InstantSSL's Free SSL which is a 90 day trial.
aaron1178, on 27 August 2011 - 07:13 AM, said:
Why not?
This post has been edited by RudiVisser: 27 August 2011 - 05:01 AM
#8
Re: secure login
Posted 27 August 2011 - 11:45 AM
#9
Re: secure login
Posted 27 August 2011 - 11:55 AM
#10
Re: secure login
Posted 27 August 2011 - 11:58 AM
polska03, on 27 August 2011 - 02:55 PM, said:
It could, but that will slow your server down. Better to use PDO or Mysqli prepared statements.
#11
Re: secure login
Posted 27 August 2011 - 12:04 PM
The reason that you pay for security certificates is because the Certificate Authorities are basically ensuring that your identity is valid. They're taking on a massive responsibility by saying that you are who you say you are, and they insure you/your visitors for certain amounts if anything would happen - This is why you pay for it.
Now then, anybody can be a CA, however there's only a few that are actually trusted by browsers. OpenCA.org is not a trusted one so it's not recommended to use them.
On injection, if you're looking to insert data to read back out, you obviously can't hash it - so hashing isn't a solution. If you're literally doing data comparison, then yes it's a good idea.
#12
Re: secure login
Posted 27 August 2011 - 12:18 PM
#13
Re: secure login
Posted 28 August 2011 - 09:21 AM
RudiVisser, on 27 August 2011 - 03:04 PM, said:
Yes, and the reason they're taking on that responsibility is that they're getting paid. Free sources aren't going to do that because they have no financial incentive to take on that risk.
Everybody wants free stuff but there are times when it's important to understand that free isn't always good, and this is one of them.
#14
Re: secure login
Posted 28 August 2011 - 06:45 PM
#15
Re: secure login
Posted 28 August 2011 - 07:24 PM
Plus session hijacking can only work through actually gaining access to the users machine (correct me if I'm wrong here), so basically the user is already effed if the attacker could hijack his/her session.
|
|

New Topic/Question
Reply




MultiQuote










|