|
|
|
|
|
by xibernetik
5112 days ago
|
|
Not really... Even if the code is difficult to patch, speech/audio recognition doesn't advance much when an attacker figures out how to remove the (non-random) noise added by a machine over the sound file. Actual speech recognition relies on the ability to filter out background noise - which is a lot more complex/random - added by surroundings, not a machine. It's very difficult to generate some sort of noise via algorithm that a) humans can filter out and b) can't be removed by some algorithm. As a result, audio captchas are a huge vulnerability and the weakest link in almost any captcha system, although you can't get rid of them by law. Hypotheticals aside, the code was easy to patch - note the footnote:
> In the hours before our presentation/release, Google pushed a new version of reCAPTCHA which fully nerfs our attack. |
|