Apple's latest product launch could breathe new life into a technology that failed to take hold the first time: fingerprint scanners.

Placing a finger on a computer or smartphone has long been proposed as a way to avoid the need for passwords to authenticate users of computers and other devices. People familiar with the matter said last week that Apple will include a fingerprint scanner on the more expensive of two iPhones it is expected to unveil Tuesday at an event at its Cupertino, Calif., headquarters.

authenticate:鉴定,认证    

Because of Apple's influence, other companies are likely to follow. At least one new smartphone running Google Inc.'s Android operating system to be released this year will include a similar fingerprint sensor, though it is unclear if that phone will be sold in the U.S, a person familiar with the matter said. A Google spokesman declined to comment.

Behind the activity is a growing recognition that passwords are a porous defense for consumers' information-- particularly on mobile devices likely to be lost or stolen. At the same time, recent technology advances have made fingerprint scanners more accurate and reliable, addressing issues that previously impeded their adoption.

Some laptop computer manufacturers began building such scanners into their machines more than a decade ago. But despite the 007-like cool factor, the technology proved too temperamental for most consumers.

temperamental:喜怒无常的,性情的

'It was not reliable to use on a daily basis,' said Kevin Mahaffey, chief technology officer of Lookout Inc., a mobile cybersecurity company, who tried to be an early adopter of the technology a decade ago when he bought a fingerprint scanner for his desktop computer.

cybersecurity:网络安全    

Motorola Mobility LLC, a unit of Google, included a fingerprint sensor in its Atrix 4G phone in 2011. The company stopped using the sensors because, among other reasons, costumers complained about scanner errors and many didn't use the feature, a person familiar with the matter said.

But concerns about consumers' reliance on passwords--often composed of just six to 10 letters or numbers--continue to grow. Fraudsters and hackers have found a variety of ways to steal or crack codes that may be shared among multiple Web accounts.

fraudster:行骗者,诈骗者    

Meanwhile, some major companies have signaled that fingerprint-based safeguards may finally be ready. In one sign, big players that include Google, LG Electronics Inc., eBay Inc.'s PayPal unit and Lenovo Group Ltd. have joined a nonprofit called the Fast IDentity Online Alliance, which pushes for broader use of biometrics, among other alternatives to passwords.

biometric:生物统计学    

'It seems a natural fit,' said Kevin Kempskie, a spokesman for RSA, the security unit of EMC Corp. Once smartphones are protected with fingerprints, 'you could do all kinds of things,' he said.

In theory, scanning a user's finger could be a very fast way to unlock a phone or authorize a payment--and unlike a password, impossible for an unauthorized person to crack by guessing or trying different combinations.

authorize:批准,认可    

A scanner on a smartphone could also be used to safeguard corporate networks, acting much like security tokens made by RSA and others that generate sequences of numbers to be used with passwords, Mr. Kempskie said. A corporate customer could enter his password and then be required to scan his thumb on his iPhone, using an RSA app, for example, to verify his identity, he said.

They could also be used for physical security. August, a San Francisco startup, plans to ship a deadbolt lock add-on--the device fits on an existing lock--later this year that allows users to unlock their front doors with their smartphones. The company will likely allow customers to use their fingerprint as an additional form of verification, said Jason Johnson, its chief executive.

deadbolt:门栓,固定栓    

It remains unclear whether Apple will let outside developers employ the fingerprint scanner in apps, if at all. An Apple spokeswoman didn't return a request for comment.

Apple purchased fingerprint-reader specialist AuthenTec in 2012, and the U.S. government recently approved Apple's patent for its own fingerprint reader technology. The company, like other makers of fingerprint scanners, uses radio frequencies to map a finger's surface.

Older scanners required users to swipe their finger across a device and employed software to create a composite image of the fingerprint. Greasy or incorrectly placed fingers would lead to false negatives, as the scanners could only capture one image at a time.

swipe:猛击,偷窃,刷卡    composite:合成的,复合的    greasy:油腻的,谄媚的        

Newer models scan the surface of a finger or thumb while it is at rest, allowing it to capture one to five images after one touch. This gives backup images in case the first is poor quality, said Sebastien Taveau, CTO at Validity Sensors Inc., another fingerprint-sensor company that doesn't work with Apple.

Fingerprints aren't foolproof. They can sometimes be tricked if an attacker uses scans or molds of a user's fingerprints, as the TV show 'MythBusters' recently demonstrated to unlock a laptop. (Mr. Taveau said the finger must be attached to a living hand on most modern systems.)

foolproof:十分简单,十分安全    

Smartphones can also be hacked in ways that could bypass a fingerprint scanner.

'There's potential danger of a false sense of security,' said Bret Hartman, CTO of Cisco Systems Inc.'s computer-security business. Still, the longtime security guru and a former executive at RSA said 'it's definitely an important step in the right direction.'

But fingerprints have the advantage of requiring few steps, and nothing to memorize, compared with other alternatives.

'The industry has always struggled with balancing online security with ease of use--and one has always come at the expense of the other,' said Raj Mata, senior director of platform services at PayPal.

August's Mr. Johnson remains a bit skeptical.

skeptical:多疑的,怀疑的    sweaty:出汗的,吃力的    

'If I go jogging with my iPhone and I come back to my house and my thumb is all sweaty and I can't get in my apartment door, that would kind of suck,' he said.

每日英语:Apple's Latest iPhone Puts Focus Back on Fingerprint Security的更多相关文章

  1. 每日英语:China Underwhelmed After First Apple Event

    Apple's roll-out of its latest iPhones landed with a thud in China, the company's biggest foreign ma ...

  2. apple watch 与 iphone 之间的通信方式

    apple watch 与 iphone 之间的通信方式:通过watchkit WatchKit应用扩展都提供一个名为WKInterfaceController的子类来管理相应的界面. 启动watch ...

  3. 每日英语:4G in China: A bigger deal than the iPhone

    Forget the breathless coverage of China Mobile offering the iPhone for a moment. Yes, it's huge news ...

  4. 每日英语:Apple Unveils New iPads

    Apple Inc. 's answer to the increasingly cutthroat tablet-computer market: more product choices and ...

  5. 每日英语:Upgrade Your Life: How to speed up your PC (or Mac)

    Is your desktop or laptop computer starting to feel a little poky? Even after just a few months of u ...

  6. 每日英语:The Most Destructive, Unpredictable Force in Tech

    What's the most destructive force in the tech world, the thing that has nearly killed BlackBerry, pu ...

  7. 每日英语:How To Survive The Windows XPiration Date

    The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ...

  8. 每日英语:The Power of Parents Who Say 'No'

    I grew up in an affluent area. Most kids owned multiple Cabbage Patch dolls and Gear bags and pairs ...

  9. 每日英语:The Risks of Big Data for Companies

    Big data. It's the latest IT buzzword, and it isn't hard to see why. The ability to parse more infor ...

随机推荐

  1. Java的代理模式(通过公共接口实现)

    代理模式的一种常见的实现方案是,定义一个接口或抽象类,并派生出目标子类,和代理子类.我们要操作的是目标子类里的方法,而很多时候,我们需要为目录子类中的方法增加额外的处理,如果增加日志功能.条件判断等, ...

  2. 【OpenERP】Report 生成

    以模块oecnj_trainning为例,模块路径: ~/openerp/addons/oecn_training/ ,以下简写为 path/oecn/ Report生成方法:(手写) rml + r ...

  3. 【协议篇】UDP

    UDP(User Data Protocol,用户数据报协议)是与TCP相对应的协议.它是面向非连接的协议,它不与对方建立连接,而是直接就把数据包发送过去! UDP适用于一次只传送少量数据.对可靠性要 ...

  4. ubuntu移植jsoncpp到Android平台(转)

    NDK开发模块的时候,如果涉及到网络请求,类似json数据传递的时候,有现成的第三方json库可以移植,后台C++开发中使用的比较多的是jsoncpp,今天记录一下jsoncpp移植到Android平 ...

  5. Android 如何将Canvas上绘制的内容保存成本地图片(转)

    效果如下图所示 保存在sd卡上的文件为 手机上显示效果为: 1>>在Manifest文件中增加相应权限 <!-- 在SDCard中创建与删除文件权限 --> <uses- ...

  6. This Handler class should be static or leaks might occur,Handler和Context使用的注意事项!

    Android中.在使用到Handler的时候,假设按例如以下代码编写: private Handler handler; @Override public void onCreate(Bundle ...

  7. 如何从maven资源库下载jar包

      如何从maven资源库下载jar包 CreationTime--2018年6月7日09点00分 Author:Marydon 一.前提 需要安装并配置maven环境 二.准备工作 1.在桌面创建一 ...

  8. 查询SQL存储过程创建时间

    select  [name] ,create_date ,modify_date FROM  sys.all_objects where  type_desc = N'SQL_STORED_PROCE ...

  9. More Effective C++:通过引用捕获异常

    当你写一个catch子句时,必须确定让异常通过何种方式传递到catch子句里.你可以有三个选择:与你给函数传递参数一样,通过指针(by pointer),通过传值(by value)或通过引用(by ...

  10. word使用宏定义来统一设置图片大小

    1. 首先手动拖拽将图片调到需要的格式,点击图片在格式选项中查看图片的宽高 2. 视图中点击宏新建 3. 编辑框中输入以下代码并保存,由于我只需要统一宽度,所以将统一高度的代码注释 Sub 图片格式统 ...