TradeKing went full idiot and disabled entering your password by keyboard completely. They implemented an on-screen keyboard and there's no way to opt out. Their support forum is full of angry customers, people who can't use their screen readers anymore, etc. They argue [1] it's to protect their customers from key loggers. [1]: https://community.tradeking.com/forum/categories/suggestions...
The “Cobra Effect” that is disabling paste on password fields
441–450 of 450 posts
Re: The “Cobra Effect” that is disabling paste on password fields
#442Re: The “Cobra Effect” that is disabling paste on password fields
#443Earlier quoted context omitted.
Not if you want other people to read your email, its going to go right to their spam filter.
Why is this?
Emails from residential modems are not even worth scanning - they are practically guaranteed to be from botnets. Emails from commodity hosting providers are also pretty suspect, because they're very easy for spammers to get their hands on.
If you want your mail delivered, you need to send it from IP addresses that don't have those obvious red flags, don't have a reputation for sending spam any time in the distant past, and also have a long-term positive reputation for sending non-spam email.
In practical terms, you need to be in the professional mail server administration business full-time (be extremely careful to shut down abusive customers/tenants rapidly, never make a mistake that would let an attacker run an SMTP server on your network, etc.) or you need to pay someone who is, and who trusts you to cloak yourself in their reputation and not ruin it.
Re: The “Cobra Effect” that is disabling paste on password fields
#444Earlier quoted context omitted.
The companies involved have specified a protocol for communicating your chosen password to them. Namely, the well known "spelling protocol" whereby you repeat your choice, letter by letter, to the other party. They have gone to some pains to enforce that protocol. The article advocates breaking the bank's protocol for your own convenience because you supposedly know more than the other party. In general, in life, thi…
You know, we all -- us individuals -- have our own protocols as well. These don't always align with yours. This may be hard for you to grasp.
Re: The “Cobra Effect” that is disabling paste on password fields
#445Re: The “Cobra Effect” that is disabling paste on password fields
#446Earlier quoted context omitted.
I would have rattled off something like "oh open paren sea cap why colon caret you equals" and so on. Honestly I have no idea if they parsed the sentence, or decided "gibberish from phone equals gibberish on screen .. good enough" They didn't advise me to change my security question, no doubt because the name of my favorite childhood pet isn't likely to change.
Huh, never thought about it, but that's a pretty good argument against random security questions.
I also think 2fa is ridiculous for 99% of applications. The widespread adoption we've seen is largely the result of developers trying to solve for user error, which as I stated in a previous comment is a waste of time and can never succeed (unless your goal is to find the flaws in your system).
Re: The “Cobra Effect” that is disabling paste on password fields
#447Earlier quoted context omitted.
Isn't this what Intel's SGX system is supposed to do? Create a trusted, isolated execution environment, that's certified by Intel (or whomever manages your PC platform) not to mess with your data in malicious ways? IIRC can't it communicate directly to the keyboard,screen and the network? Besides DRM, this is probably the next best killer feature for the system if it's as secure as they claim.
In practice no, it's not useful for this because it has to take over everything . This makes it basically impossible to support for anything complex like a web browser. You end up having to put way too much stuff in the trusted environment. It might have worked way back in the text terminal days when it was slightly realistic for someone to build basically an entire trusted OS to run instead of your normal OS, but to…
Hoekstra and fellows at Intel have created a PoC secure browser plugin that utilizes an enclave.
Use of middleboxes that are hardened and have iSGX support can be used as a proxy as well to limit exposure.
Re: The “Cobra Effect” that is disabling paste on password fields
#448Earlier quoted context omitted.
How would you prevent a client from logging in from an infected system?
Isn't this what Intel's SGX system is supposed to do? Create a trusted, isolated execution environment, that's certified by Intel (or whomever manages your PC platform) not to mess with your data in malicious ways? IIRC can't it communicate directly to the keyboard,screen and the network? Besides DRM, this is probably the next best killer feature for the system if it's as secure as they claim.
Features such as PAVP via Intel Insider are not accessible in the current implementation (version 2) of Intel Software Guard Extensions. Access to PAVP and other powerful features of iME such as iAMT has been restricted to Intel and Intel Partners (M$, DoD) through obscurity and no available documentation. However, that being said, there are several white papers authored/co-authored by Intel employees who do make use of these immensely powerful features.
iSGX (nor any current technology that is known to the public) is capable of ensuring input CIA properties (without utilizing Intel Insider/PAVP to display a digital keyboard, transmitted via direct bus to NIC/eth.)
Other security technologies, specifically Sanctum does provide different coverage than iSGX but there is no "unified" security technology that is a one-size-fits-all solution.
iSGX's main PoF is poor security implementation by ISV's/enclave writer's. That being said it is better than TrustZone, TXT, XOM, Bastion, Aegis and Phantom in regards to the ratio of return:implementation cost.
edit: additional information
Re: The “Cobra Effect” that is disabling paste on password fields
#449Earlier quoted context omitted.
You should use a dedicated server instead of a VPS if you're concerned about privacy.
Please let this meme die. There are very few people left in the world that truly believe that hypervisors are leaking your pii all the time.
Some of them are lightweight virtualizations where a priviledged outside user can run processes inside the VM without requiring authorization or without being logged.
How is this a meme that needs to die?
Re: The “Cobra Effect” that is disabling paste on password fields
#450Earlier quoted context omitted.
You should use a dedicated server instead of a VPS if you're concerned about privacy.
With a dedicated server I’d have more privacy, indeed, but already with a VPS with encrypted data that requires me to decrypt manually by entering a password upon restart via ssh to start the actual email service I gain a lot of privacy.