Earlier quoted context omitted.
Thanks! Yes there is a chance for a MITM attack but as far as I understand from talking to Stripe that risk is very, very low. I'm going to be adding SSL this week anyway however. Thanks for your comment!
Wouldn't it be vulnerable to simple eavesdropping? SSL can be attacked via MITM, but since certificates are authenticated your browser knows when it occurs. (I still don't know quite how that works)
How I Made $350 In Two Days With Three Pages and Some Payment Code
51–60 of 90 posts
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#52I'm curious how you got into the stripe beta? Had you used them before with other projects?
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#53Earlier quoted context omitted.
Thanks! Yes there is a chance for a MITM attack but as far as I understand from talking to Stripe that risk is very, very low. I'm going to be adding SSL this week anyway however. Thanks for your comment!
It doesn't matter if the risk is low, the impact is high. Your customers will see you don't want to shell out 12 bucks for an SSL certificate to protect them.
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#54Earlier quoted context omitted.
It doesn't matter if the risk is low, the impact is high. Your customers will see you don't want to shell out 12 bucks for an SSL certificate to protect them.
Which provider do you recommend for a such a cheap cert that is accepted by a large percentage of browsers?
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#55Earlier quoted context omitted.
It doesn't matter if the risk is low, the impact is high. Your customers will see you don't want to shell out 12 bucks for an SSL certificate to protect them.
Which provider do you recommend for a such a cheap cert that is accepted by a large percentage of browsers?
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#56Earlier quoted context omitted.
Wouldn't it be vulnerable to simple eavesdropping? SSL can be attacked via MITM, but since certificates are authenticated your browser knows when it occurs. (I still don't know quite how that works)
How that exactly works is a bit too long a topic for a comment here (try google - "public key encryption", "X.509" and "certificate authority" are some relevant search terms if you're interested). However what I'd like to point out is that 'simple eavesdropping' effectively is a Man-In-The-Middle attack, be it a passive one (the man in the middle is just keeping his mouth shut and only listening). And eavesdropping o…
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#57CrowdPicker has been doing this for awhile: http://www.crowdpicker.com/
other sites doing very similar things pickfu.com usertesting.com feedbackarmy.com
Also used it to ask about domain names.
Edit: I like the site - good layout & like the KISS approach. Good luck.
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#58Earlier quoted context omitted.
Thanks! Yes there is a chance for a MITM attack but as far as I understand from talking to Stripe that risk is very, very low. I'm going to be adding SSL this week anyway however. Thanks for your comment!
It doesn't matter if the risk is low, the impact is high. Your customers will see you don't want to shell out 12 bucks for an SSL certificate to protect them.
You pay everywhere with your credit card. Everytime you buy something with your credit card number, the site you put it in can make a copy of it. Has the number any value at all?
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#59Earlier quoted context omitted.
Thanks! Yes there is a chance for a MITM attack but as far as I understand from talking to Stripe that risk is very, very low. I'm going to be adding SSL this week anyway however. Thanks for your comment!
It doesn't matter if the risk is low, the impact is high. Your customers will see you don't want to shell out 12 bucks for an SSL certificate to protect them.
Re: How I Made $350 In Two Days With Three Pages and Some Payment Code
#60Earlier quoted context omitted.
Wouldn't it be vulnerable to simple eavesdropping? SSL can be attacked via MITM, but since certificates are authenticated your browser knows when it occurs. (I still don't know quite how that works)
SSL can't be MITMed because SSL certs need to be signed by a certificate authority, and those signatures can be checked against pre-loaded public keys in the browser (CA certs). However, if the serving page is non-SSL that then posts via SSL then it's possible for a MITM attack to hijack the connection and display a new page that posts to some other location (where the credit card numbers are collected, etc.) without…