Earlier quoted context omitted.
I think it should probably company policy at a financial institution not to allow someone in a different control on a handheld device to access the servers.
I use layered security (in the sense of servers) with a password lifetime of 10 days. I deal with servers daily and the issue of compromise has been twice in on firewall containers/servers which was fine as the systems in place found it, found the issue with the net facing software and I fixed it. Practicality doesn't mean no security.
Innovation Nation: WePay is the anti-PayPal
51–54 of 54 posts
Re: Innovation Nation: WePay is the anti-PayPal
#52I really hope WePay destroys PayPal. They have screwed myself and my friends too many times. The homepage layout is all wrong though. Poor element placement, messy typography, and the color scheme is off. It looks amateur and unpolished. All those SEO'd subpages are worthless if they don't convert. Also: - Upgrade to Nginx 0.7.67, there was a lot of bug fixes in 0.7.65 and 0.7.66. - Limit the number of login attempts…
> - Don't show "That email address was not found" when someone tries to recover a password. You are giving out too much info, which can be used maliciously. Does this really matter if a site only allows 1 registered user per email address? I can farm this information by trying to sign up a new account.
[1] I don't doubt the flow of information, but the rate at which that information can be leaked through a signup page can be severely limited compared to a password recovery page.
Re: Innovation Nation: WePay is the anti-PayPal
#53Earlier quoted context omitted.
I use layered security (in the sense of servers) with a password lifetime of 10 days. I deal with servers daily and the issue of compromise has been twice in on firewall containers/servers which was fine as the systems in place found it, found the issue with the net facing software and I fixed it. Practicality doesn't mean no security.
If you're using SSH, you should be using keys, and not passwords.
Re: Innovation Nation: WePay is the anti-PayPal
#54Earlier quoted context omitted.
If you're using SSH, you should be using keys, and not passwords.
Those aren't mutally exclusive