Jump to content

Recommended Posts

Posted

I found the Chicago Card site to be difficult to navigate. I just changed my password and discovered the same thing. That's terrible. It's 2013, even I know you never store passwords unencrypted.

Basically two points here: if stored unencrypted, the server is subject to hacking. As to Kevin's point, banks or mutual funds only send out messages saying "your password has been changed. Please check that it works, or if you did not authorize this, call customer service." As anyone who has been offered $50,000,000.00 from Benin or gotten spam from someone who claimed they chatted on Facebook, e-mail servers are easily hacked. Wasn't there a report that one service was hacked, but that that service also provided e-mail service to cable company and competitors' mail domains?

Posted

I received this email as well. It may look a bit prettier, but the account management is by far the worse user interface I've seen in a while. The rookie mistakes they've made would almost be hilarious if it wasn't my tax dollars that paid for this mess.

The most concerning aspect is their security practices, or lack thereof. Every time I change my password, they send me an email with that password in plain text saying that it's a temporary password that I requested (huh?). Passwords should always be immediately encrypted and never stored in plain text. No web site should ever be able to provide you with your password.

Not without some form of additional security protocols such as answering some variety of security questions which you set up that are used to verify your identity first. And even then you're strongly advised to reset your password if the site doesn't already prompt you to do so. One tries to give them the benefit of the doubt because this needs to work for people to be able to get around since it will be the sole fare collection system outside of paying cash in the next four months. But these ham handed ways in which they're handling the progression only serves to fuel the impression that they're deliberately trying to fail at this.

Posted

...But these ham handed ways in which they're handling the progression only serves to fuel the impression that they're deliberately trying to fail at this.

Another Tribune article supporting this. Apparently they can instantly dock a credit card, but can't put the value onto a student Ventra card, at least not quick enough for the student to show a balance on the Ventra card when boarding. Apparently, though, it allows the student to board, but logs a negative balance.

Posted

All the more reason to not opt to utilize your own Debit card that is equipped with the chip, such as Chase Bank's "Blink" as your Ventra Card. If they screw up, your bank can hit you with a $30 overdrawn fee.

IMHO, they should have just stayed on Chicagocard/Plus and get rid of magnetic fare cards, like WMATA, and leave well enough alone.

Posted

All the more reason to not opt to utilize your own Debit card that is equipped with the chip, such as Chase Bank's "Blink" as your Ventra Card. If they screw up, your bank can hit you with a $30 overdrawn fee.

,,,

I don't see the connection here.

The complaint was that CTA debited whatever means was used to pay for the transit account on the Ventra card, but didn't credit it to the transit account on the Ventra card.

If one uses an RFID card directly, the only risks of an overdraft fee are either you didn't have the money in your bank account, or CTA overcharged you, to the extent of draining your bank account."To the extent of draining your bank account" is pretty unlikely, but I did mention before that the way it is now being represented, you sure will be challenging charges on your monthly statement.

Besides that, due to the new federal regulations, the bank isn't supposed to approve the transaction unless you have agreed to overdraft protection.

Posted

All the more reason to not opt to utilize your own Debit card that is equipped with the chip, such as Chase Bank's "Blink" as your Ventra Card. If they screw up, your bank can hit you with a $30 overdrawn fee.

IMHO, they should have just stayed on Chicagocard/Plus and get rid of magnetic fare cards, like WMATA, and leave well enough alone.

One of the inherit dangers of using a debit card for any transaction. anywhere...

  • Upvote 1
Posted

All the more reason to not opt to utilize your own Debit card that is equipped with the chip, such as Chase Bank's "Blink" as your Ventra Card. If they screw up, your bank can hit you with a $30 overdrawn fee.

IMHO, they should have just stayed on Chicagocard/Plus and get rid of magnetic fare cards, like WMATA, and leave well enough alone.

Well you'd get hit with an overdrawn fee by your own bank if you had no funds in your bank account period. This is not quite the situation described here. The problem described in the article that Busjack linked was one of parents loading their kids' Ventra style cards and the cards showing zero transit funds even though the Ventra site and the parents' credit cards showed they paid for a certain amount of transit value to go on the cards. So far it seems to be only the kids' cards which of course have no debit card functions having problems. No glitches were reported with adult cards other than reports here and there of nonfunctioning readers on a few buses and that some of the L turnstiles not turning far enough after a tap of the card and those riders getting stuck in the turnstiles.

Posted

... So far it seems to be only the kids' cards which of course have no debit card functions having problems. No glitches were reported with adult cards other than reports here and there of nonfunctioning readers on a few buses and that some of the L turnstiles not turning far enough after a tap of the card and those riders getting stuck in the turnstiles.

I'm not in the back office, but crediting a balance to a card should only depend on the number on the card, and besides the gradual rollout seemed to be student cards first, although if some Chicago Card Plus user got the Ventra card and activated it, it appears they can use it, according to the Press Release.

The other reason only the student cards were mentioned is that the other big rollout was for U-Pass, and obviously a dollar amount is not stored there.

Posted

Not without some form of additional security protocols such as answering some variety of security questions which you set up that are used to verify your identity first.

No, this is wrong. It should literally be impossible to retrieve your password in cleartext, anywhere, ever. Even if you have direct database access, all you should see is a bcrypted hash of the password, not the password itself.

I, too, cringed when I got the email containing my password in cleartext. I agree with Kevin; it's absurd that this is happening in 2013.

  • Upvote 1
Posted

...

I, too, cringed when I got the email containing my password in cleartext. I agree with Kevin; it's absurd that this is happening in 2013.

The reports on the New York Times website being hacked indicate that someone got the password to the nameserver in Australia and used it to redirect traffic. It would seem that a lot of organizations are not taking care of password security.

Posted

The reports on the New York Times website being hacked indicate that someone got the password to the nameserver in Australia and used it to redirect traffic. It would seem that a lot of organizations are not taking care of password security.

Well, information security isn't sexy. The thing about a lot of big projects—and I strongly suspect Ventra is no different in this regard—is that the product people are employees of whatever organization needs the software, and the engineers are often outside contractors. The product people don't know anything about passwords other than that they're constantly forgetting their own, so they kind of handwave over it when they're writing the specs (because these kinds of projects are always waterfall or some kind of "Agile" which isn't). By the time the contractors—who are often better at writing resumes than code—get their mitts on this, there's already a feature written down that you can have your password emailed to you.

Now, even though I hold a lot of contractors in relatively low esteem, an entire team usually has at least one or two people who know the very basics of our profession, like, "Don't store passwords in cleartext. Use bcrypt." The problem is, the specs have already been written, and the team would have to actually spend effort—a lot of effort—in annoying meetings just to get this one feature written out. And that might not even happen, because the Product people are the guys in charge, and they're not going to budge on this password emailing thing, it's just so much user-friendly than keeping it secret, you know? So, often there's no will from the engineering side to do the right thing, because by only having engineers who would accept a big, government contract, you're already selecting from the more risk-averse and authority-respecting side of the pool, rather than the engineers who A. know what they're doing, and B. aren't afraid to scream and shout and go face-to-face with The Bureaucracy when they know they're right. So the poorly thought out password recovery feature necessitates a poorly designed database, which inevitably gets hacked through some mishap, and whoops! All your customers are screwed. Because information security isn't sexy enough to be in that initial set of specs, and the culture is too rigid to get the specs changed (or to not have pages-thick specs to start with).

For a taste, try reading this Daily WTF. It's why I will only work for companies that respect engineers, because ain't nobody got time to be fighting bureaucracy simply to avoid putting your name on a hideously amateurish error (that you know is a hideously amateurish error, but that's...what the customer wants, you know?).

  • Upvote 1
Posted

..It's why I will only work for companies that respect engineers, because ain't nobody got time to be fighting bureaucracy simply to avoid putting your name on a hideously amateurish error (that you know is a hideously amateurish error, but that's...what the customer wants, you know?).

So, the Pointy Hair Boss and all other Dilbert characters still live.

In this case what would seem to be the bigger mess is that CTA first turned the job over to Cubic in exchange for $450 million. I'm sure everyone you mentioned work directly or indirectly for Cubic, but when this problem turned up, the CTA spokesmodel had to apologize and assure that it would be cleared up, but Cubic was not available for comment.

BTW, I assume that today's Dilbert passes the Turing Test, if I interpret the term correctly.

Posted

Well, information security isn't sexy. The thing about a lot of big projects—and I strongly suspect Ventra is no different in this regard—is that the product people are employees of whatever organization needs the software, and the engineers are often outside contractors. The product people don't know anything about passwords other than that they're constantly forgetting their own, so they kind of handwave over it when they're writing the specs (because these kinds of projects are always waterfall or some kind of "Agile" which isn't). By the time the contractors—who are often better at writing resumes than code—get their mitts on this, there's already a feature written down that you can have your password emailed to you.

Now, even though I hold a lot of contractors in relatively low esteem, an entire team usually has at least one or two people who know the very basics of our profession, like, "Don't store passwords in cleartext. Use bcrypt." The problem is, the specs have already been written, and the team would have to actually spend effort—a lot of effort—in annoying meetings just to get this one feature written out. And that might not even happen, because the Product people are the guys in charge, and they're not going to budge on this password emailing thing, it's just so much user-friendly than keeping it secret, you know? So, often there's no will from the engineering side to do the right thing, because by only having engineers who would accept a big, government contract, you're already selecting from the more risk-averse and authority-respecting side of the pool, rather than the engineers who A. know what they're doing, and B. aren't afraid to scream and shout and go face-to-face with The Bureaucracy when they know they're right. So the poorly thought out password recovery feature necessitates a poorly designed database, which inevitably gets hacked through some mishap, and whoops! All your customers are screwed. Because information security isn't sexy enough to be in that initial set of specs, and the culture is too rigid to get the specs changed (or to not have pages-thick specs to start with).

For a taste, try reading this Daily WTF. It's why I will only work for companies that respect engineers, because ain't nobody got time to be fighting bureaucracy simply to avoid putting your name on a hideously amateurish error (that you know is a hideously amateurish error, but that's...what the customer wants, you know?).

Basically boils down to a prevailing business culture as a whole that's gotten even more deep rooted over the past few recent decades and even moreso in the last decade and a half. Bosses want the solution that costs the least and while maximize the profit generated by any given contract. That's even further fueled by businesses increasingly stacking their management and exec positions with MBAs with an ever smaller focus on showing any technical skill. And that's ironic given the huge increases in how technically based our society is an will continue to be for the foreseeable future.

Posted

In what first appeared to be a nonstory, the $5 fee is waived only if the card is ordered on line, at customer service, or by phone, but is charged if you buy a card at a vending machine, subject to being credited on registration.

I suppose they could come up with ways to make the rollout even more confusing.

Posted

With all the latest unneeded confusion CTA bosses have caused with the rollout, I forgot that I had been meaning to ask how long it takes to get a card if you were to order it online.

Posted

The $5.00 is waved until January 1st, 2014 @ 12:00:00 or military time 0:00:00 (which the penny rides are given until about 5:00am on January 1st 2014)

Thanks but that wasn't my question. I was asking about how long it takes to deliver a card ordered on line, for those who may have done so already.

Posted

Since I never received the emails for Chicago Card/Plus users about replacement Ventra cards, I'm gonna assume that I won't receive any (I have 3 registered under my name: one for myself and two for my parents). With that said I'm going to order one in the next several minutes after posting this message. I'll make another post when I do receive the card in the coming weeks, if not days, however long the card may take to get here in Urbana.

Posted

Since I never received the emails for Chicago Card/Plus users about replacement Ventra cards, I'm gonna assume that I won't receive any (I have 3 registered under my name: one for myself and two for my parents). With that said I'm going to order one in the next several minutes after posting this message. I'll make another post when I do receive the card in the coming weeks, if not days, however long the card may take to get here in Urbana.

I'd suggest logging into the CCP website and clicking Ventra Transition instead. That's where the email sends you anyway to confirm your shipping address.

Posted

I'd suggest logging into the CCP website and clicking Ventra Transition instead. That's where the email sends you anyway to confirm your shipping address.

I forgot to mention that all 3 cards I have are plain old regular Chicago Cards, so I don't have an online account for the site. Visited the CC/CCP sites and tried looking for the link by itself, but didn't see it.

Posted

So I have a question about Ventra myself. How does someone get a free ventra card by ordering the card online? When you go to the page online it forces you to at least put $5 on a card or you cannot purchase a card. I learned that when ventra refunds your $5 it goes to your transit account, so don't expect a check in the mail. This in itself poses a problem. If someone does not have a debit card for online purchases, how is one supposed to buy a card? It would seem that they would have to buy a card from the machine itself or buy the card from Jewel. Then if one wants to purchase a pass they can do it online or at a machine. Just a reminder, cta will stop selling all magnetic striped cards and passes Nov 15th. To me that sounds like all the transit card machines will be removed by that date. They will stop honoring all magnetic striped media dec 15th, so it sounds like for us procrastinators, we don't have that long to procrastinate.

Posted

So I have a question about Ventra myself. How does someone get a free ventra card by ordering the card online? When you go to the page online it forces you to at least put $5 on a card or you cannot purchase a card. I learned that when ventra refunds your $5 it goes to your transit account, so don't expect a check in the mail. This in itself poses a problem. If someone does not have a debit card for online purchases, how is one supposed to buy a card? It would seem that they would have to buy a card from the machine itself or buy the card from Jewel. Then if one wants to purchase a pass they can do it online or at a machine. Just a reminder, cta will stop selling all magnetic striped cards and passes Nov 15th. To me that sounds like all the transit card machines will be removed by that date. They will stop honoring all magnetic striped media dec 15th, so it sounds like for us procrastinators, we don't have that long to procrastinate.

You can't just request a card online without spending any money.

You have to load it with at least $5 or with a pass of some sort. (It was only $2 the first week they were available.)

The $5 purchase fee is waived until the end of the year.

When you purchase online, you must register it as part of the purchase process, so there is no delay in getting credit for the $5 purchase fee.

If you don't have a credit or debit card, you can purchase for cash at Ventra vending machines, Jewel stores, and other retailers starting September 9th.

It should be possible to purchase passes both online, at machines, and at retailers. You can use the cash balance ("transit value") in your account to purchase a pass. So if you have at least $10 in transit value in your pass, for example, you can use it to purchase a 1-day pass.

The latest news is that the CTA will stop selling all magnetic stripe card and Chicago/Chicago Plus cards on its web site by September 9th. Rail station vending machines will no longer sell magnetic stripe cards on October 7. Chicago and Chicago Plus cards will not be accepted afer November 15th. Magnetic stripe cards will not be accepted after December 15th.

If you have any magnetic stripe passes, they will not be transferred to a Ventra Card, so use them up by December 15th.

Transit Cards and Chicago Cards will be transferred to Ventra cards at various Chicago parks and the Rosemont CTA station from Sept 17 to Dec 13 mostly in the evening. In January, February, and March they can be mailed to the CTA to be transferred to Ventra cards.

Posted

...

The $5 purchase fee is waived until the end of the year.

When you purchase online, you must register it as part of the purchase process, so there is no delay in getting credit for the $5 purchase fee.

...

So, despite the press releases, CTA isn't waiving anything, because either one orders a card through a means that registers it automatically, or buys one at a machine and has to pay the $5 deposit to be credited on registration. More doubletalk.

Posted

I'm surprised that they are letting the machines handle pass transactions. They just made those machines a bank. Is someone going to trust not getting mugged putting $100 in these machines. It just doesn't sound safe, and it targets the machines for vandalism.

Another question, since Pace is a part of this will they have ventra machines? If someone lives in Joliet and does not have a debit card, what do they do? The system is not just CTA.

They really need an express machine in all the Jewel food stores, I think that would solve both problems.

Posted

...

Another question, since Pace is a part of this will they have ventra machines? If someone lives in Joliet and does not have a debit card, what do they do? The system is not just CTA.

...

The July minutes approved 12 machines in Pace transit centers. There was prior talk that the cards would be more readily available in the suburbs, I guess sold like gift cards.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...