Placeholder Image

Subtitles section Play video

  • I don't have the rights to use any actual images of Pokémon in this video.

  • But just me talking to the camera for a few minutes isn't particularly interesting,

  • so I asked my illustrator friend Simon to create some plausible,

  • but utterly fake, Pokémon for me to catch.

  • Yeah, that'll do.

  • This week, there was a bit of a privacy scare about Pokémon Go.

  • Someone said that the company behind it could read all your email;

  • someone else said no, they couldn't,

  • and that was after doing a lot of research into how the app worked;

  • and then the consensus became that,

  • while it was technically possible,

  • it would require a lot of hassle on their part and it was the result of a mistake,

  • not some devious attempt to steal your data.

  • The problem was permissions.

  • When you see one of those buttons that says sign in with Google,

  • or sign in with Facebook, or -- excuse me --

  • Mm. Or sign in with Twitter, you are using something called OAuth.

  • It works like this:

  • you tell the app “I'd like to sign in with Google”.

  • The app then sends you to Google.

  • Google checks who you are with your username and password,

  • or by doing some magic with your Android phone, and if they're happy,

  • they send you back to the app with a new thing called a token.

  • The app takes the token, and until you say otherwise,

  • it can use that token as a way to access your account

  • without ever knowing your password and without you needing to be there.

  • It is, of course, a little bit more complicated than that,

  • as anyone who's ever tried to write code for it knows,

  • but that's a reasonable summary of what's going on.

  • Here's the clever part: that token, yes,

  • it could have access to your full account,

  • but it can also be set up so it only allows access

  • to a very limited and specific set of permissions.

  • Maybe it can only read your calendar appointments.

  • Or maybe it can only add comments to YouTube videos that you watch.

  • For Pokémon Go, that token was meant to only grant access to see your email address,

  • not to read anything, just to prove who you were.

  • The problem was, it didn't.

  • Pokémon Go is made by a company called Niantic (Nyan-tic?)

  • They were originally a spin-off of Google,

  • and it looks like they've got some contacts on the inside.

  • They weren't using the permissions system that everyone else had to use:

  • they were using an old one.

  • Through some fancy, manual trickery,

  • it was possible to convert the token they'd been given

  • into an "uber-token" that would give an attacker full access

  • to everything in your Google account,

  • including your email.

  • They weren't doing this, but they could have. And for that reason,

  • when you checked what permissions Pokémon Go had,

  • Google correctly reported that it had full access to your account.

  • I want to credit Ari Rubinstien at this point:

  • he was the developer who did all the digging

  • and put a really good post together about what's going on.

  • If you want the in-depth, technical details,

  • I've put a link in the description.

  • The latest update to Pokémon Go,

  • which has none of these weird things,

  • fixes the problem, of course, and all is well. Or is it?

  • Because there's a deeper problem here that can't be fixed by patching some code.

  • Don't get me wrong, the current OAuth solution with its tokens is much better than the old days.

  • I remember when you had to give your actual Twitter password to third-party apps,

  • who would then send it in plain text over the internet.

  • The current solution is better, but it's not perfect.

  • And there are two big things wrong with it.

  • First of all, you have to trust the app.

  • You have to trust that thesign in with Googlebutton is actually doing what it claims

  • and when the box pops up asking for your Google password,

  • it actually is a box from Google and not the app just faking it.

  • That's less of a problem for big apps,

  • or if you're downloading from the well moderated Apple App Store,

  • but because Pokémon Go was incredibly popular and not available everywhere in the world,

  • lots of people on Android were sideloading it:

  • downloading it from somewhere unofficial,

  • and copying it over manually to their phone.

  • There were plenty of alternate versions filled with malware

  • that would happily have stolen your password, or, well,

  • anything else that was on your phone.

  • Second, people's priorities for security often don't reflect reality.

  • We all emphasise easy to understand scare stories over complicated, subtle, boring attacks.

  • That's the reason I'm doing a video about Pokémon Go, for crying out loud.

  • A scare story about an innocent game,

  • one that millions of people are playing and have an emotional attachment to?

  • Oh, if that's actually being evil and reading your email? That'll get the clicks.

  • But that same game having live tracking on millions of people's locations and social networks,

  • being run by a small company that is now an enormous target for private hackers, and blackmailers,

  • and governments that would really like to know that information? That's boring.

  • That's abstract. We know that,

  • but it'll never happen to you, right?

  • I'm a great believer in the old saying cock-up before conspiracy:

  • never attribute to malice what can be explained by incompetence. No,

  • of course this wasn't a dastardly scheme to read all your email,

  • it was just a couple of developers making a mistake while rushed.

  • Let's just hope there aren't any more headlines caused by any other mistakes

  • while you're catching yourwhatever the heck that is.

  • I'm going to be away for three weeks on an expedition to the Arctic.

  • But rather than abandon my channel for a while, I thought:

  • why not get some guests involved? So,

  • if you have a YouTube channel,

  • and you've got an idea for an Amazing Places or a Things You Might Not Know video

  • that you could make and get to me before 6th August,

  • follow the link on screen or in the description.

  • I am particularly looking for people, styles,

  • and videos a little different from what normally appears here.

  • So if you just heard that and thought

  • "oh, I'd like to do that, but I'm not sure I'd fit”:

  • I definitely want you to get in touch.

  • [Translating these subtitles? Add your name here!]

I don't have the rights to use any actual images of Pokémon in this video.

Subtitles and vocabulary

B1 pokémon token app password email access

No, Pokémon Go Can't Read Your Email

  • 0 0
    林宜悉 posted on 2020/04/01
Video vocabulary

Keywords

subtle

US /ˈsʌtl/

UK /'sʌtl/

  • adjective
  • Delicate or slight so it is difficult to perceive
  • Clever or indirect but hides the true purpose
enormous

US /ɪˈnɔrməs/

UK /iˈnɔ:məs/

  • adjective
  • Huge; very big; very important
  • Very great in size, amount, or degree.
  • Having a very great effect or influence.
  • Very great in number or amount.
  • Extremely large; huge.
access

US /ˈæksɛs/

UK /'ækses/

  • noun
  • The ability or right to enter, use, or look at something.
  • Way to enter a place, e.g. a station or stadium
  • The means or opportunity to approach or enter a place.
  • A means of approaching or entering a place.
  • The right or opportunity to use or look at something.
  • verb
  • To obtain or retrieve (computer data or a file).
  • (Of a computer) to find and use (data).
  • To be able to use or have permission to use
  • To obtain or retrieve (data or information) from a computer or other device.
  • other
  • The action or way of approaching, entering, or using.
  • The means or opportunity to approach or enter a place.
  • The opportunity or right to use something or to see someone.
  • other
  • To obtain or retrieve (data or information, typically held in a computer).
description

US /dɪˈskrɪpʃən/

UK /dɪˈskrɪpʃn/

  • noun
  • Explanation of what something is like, looks like
  • A spoken or written account of a person, object, or event.
  • A summary of a computer program or file.
  • The act or method of describing
  • A summary of the qualities and features of a product or service
  • The type or nature of someone or something.
utterly

US /ˈʌtəli/

UK /'ʌtəli:/

  • adverb
  • Completely
emotional

US /ɪˈmoʃənəl/

UK /ɪˈməʊʃənl/

  • adjective
  • Causing, feeling, or appealing to the emotions
  • Relating to or characterized by emotion
  • Arousing or characterized by strong feeling
  • Arousing or characterized by emotion.
  • Easily affected by emotions; tending to display emotions readily.
  • Easily affected by feelings
  • Expressing strong feelings
  • Relating to a person's emotions.
track

US /træk/

UK /træk/

  • verb
  • To use marks to follow a wild animal
  • To move a certain way/follow a particular course
  • To record and examine the progress of something
  • To follow the trail or movements of someone or something.
  • To monitor or record the progress or development of something.
  • noun
  • A prepared course for racing, especially for athletes.
  • A circular course for running
  • A circular path on a magnetic disk or tape on which data can be recorded.
  • Course or way someone takes, e.g. in education
  • A mark or impression left by a moving object.
  • A recording of a song or piece of music.
  • A recording of a song or piece of music.
  • A rough path or minor road.
  • The rails on which a train runs.
  • The rails on which a train runs.
  • A prepared course for racing.
  • Path in a field or a forest made by walkers
  • Often circular course laid out for car racing
  • One of multiple musical recordings on an album
  • Band surrounding the wheels of a tank
  • Metal lines that trains ride on
  • One of the rails making up a railway line.
  • other
  • To follow the trail or movements of someone or something.
current

US /ˈkɚrənt, ˈkʌr-/

UK /'kʌrənt/

  • adjective
  • In general use or accepted by most people.
  • Of or relating to the present time; up-to-date.
  • Happening or being in the present time
  • Happening or existing now; belonging to the present time.
  • Valid or up-to-date.
  • noun
  • Electricity flowing through wires
  • Currency in circulation.
  • Movement of water in a river, or air in the sky
  • A widespread feeling or opinion.
  • A general tendency or course of events.
  • other
  • A flow of electrical charge through a conductor.
abstract

US /ˈæbˌstrækt/

UK /'æbstrækt/

  • adjective
  • Relating to abstract art.
  • Concerning something that doesn't exist physically
  • Existing in thought or as an idea but not having a physical or concrete existence.
  • other
  • Art that does not attempt to represent external reality, but seeks to achieve its effect using shapes, colors, and textures.
  • noun
  • Passage of text from an article or book
  • Something that doesn't exist physically
  • Short summary of an academic article
  • verb
  • To take out or remove a part of
  • To summarize an academic article
  • To take out or remove a part of
  • other
  • To remove or separate something from something else.
  • To summarize or make an abstract of.
reflect

US /rɪˈflɛkt/

UK /rɪ'flekt/

  • verb
  • To indicate or be a sign of something
  • To bounce back light, heat, sound from a surface
  • To show an image in glass, water, a mirror etc.
  • To think of something seriously and carefully
  • other
  • To show or express something; to be a sign or indication of something.
  • To show or be a sign of a particular situation or feeling.
  • To throw back light, heat, sound, or an image from a surface.
  • other
  • To think deeply or carefully about something.
  • To think deeply or carefully about something.

Click the word to look it up Click the word to find further inforamtion about it