Rediff.com« Back to articlePrint this article

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
Customers use computers at an Internet cafe in Sao Paulo.

Although a lot has been written about this, but many users continue to use rather predictable passwords to protect themselves online, says The Economist.

Passwords such as '12345'; 'password'; and the like are easy to remember but also easy for attackers to guess, especially with programs that automate the process using lists ('dictionaries') of common choices, it says.

Cambridge University computer scientist Joseph Bonneau has recently published an analysis of the passwords chosen by almost 70 million Yahoo! users.

The study shows what percentage of accounts could be cracked after 1,000 attempts using such a dictionary. One particularly interesting twist is how little difference using language-specific dictionaries makes.

It is possible to crack roughly four per cent of Chinese accounts using a Chinese dictionary; using a generic dictionary containing the most common terms from many languages, that figure drops only slightly, to 2.9 per cent, says The Economist.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
Women walk past a shop selling luxury shoes and bags at a shopping mall in Jakarta.

Indonesian

Passwords guessed using same-language dictionary: 14.4 per cent

Passwords guessed using different-language dictionary: 9.3 per cent

In cryptanalysis and computer security, a dictionary attack is a technique for defeating a cipher or authentication mechanism by trying to determine its decryption key or passphrase by searching likely possibilities.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
Tourists stroll under the famous leaning tower of Pisa.

Italian

Passwords guessed using same-language dictionary: 14.2 per cent

Passwords guessed using different-language dictionary: 7.2 per cent

A dictionary attack uses a targeted technique of successively trying all the words in an exhaustive list called a dictionary (from a pre-arranged list of values).

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
Workers display a flower arrangement on a table at a hotel in Hanoi.

Vietnamese

Passwords guessed using same-language dictionary: 14.1 per cent

Passwords guessed using different-language dictionary: 7.8 per cent

In contrast with a brute force attack, where a large proportion key space is searched systematically, a dictionary attack tries only those possibilities which are most likely to succeed, typically derived from a list of words for example a dictionary (hence the phrase dictionary attack) or a bible, etc.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
A mural of praying hands is displayed on the side of a hotel in central Athens.

Greek

Passwords guessed using same-language dictionary: 12.7 per cent

Passwords guessed using different-language dictionary: 8.6 per cent

Generally, dictionary attacks succeed because many people have a tendency to choose passwords which are short (seven characters or fewer), single words found in dictionaries or simple, easily predicted variations on words, such as appending a digit.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
The Torre Iberdrola is seen from the Guggenheim Museum in Bilbao. The 165-metre glass-clad skyscraper is Bilbao's tallest building.

Spanish

Passwords guessed using same-language dictionary: 12.1 per cent

Passwords guessed using different-language dictionary: 6.9 per cent

However these are easy to defeat. Adding a single random character in the middle can make dictionary attacks untenable.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
An employee looks through the open windscreen of Lisbon's Bica funicular. Different in shapes but serving one function - simplifying access to the upper town in the hilly Portuguese capital - Lisbon's street elevators are national monuments.

Portuguese

Passwords guessed using same-language dictionary: 10.5 per cent

Passwords guessed using different-language dictionary: 5.1 per cent

It is possible to achieve a time-space tradeoff by pre-computing a list of hashes of dictionary words, and storing these in a database using the hash as the key.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
The 'First Tower', France's tallest skyscraper which measures 231 metres, is seen in the business district of La Defense, near Paris.

French

Passwords guessed using same-language dictionary: 10 per cent

Passwords guessed using different-language dictionary: 5 per cent

This requires a considerable amount of preparation time, but allows the actual attack to be executed faster.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
A man crosses the Mall, decked out in Union flags and with Buckingham Palace in the background, in London.

English

Passwords guessed using same-language dictionary: 8 per cent

Passwords guessed using different-language dictionary: 7.9 per cent

The storage requirements for the pre-computed tables were once a major cost, but are less of an issue today because of the low cost of disk storage.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
The skyline of Frankfurt with its bank towers is seen under clouds.

German

Passwords guessed using same-language dictionary: 6.3 per cent

Passwords guessed using different-language dictionary: 3.5 per cent

Pre-computed dictionary attacks are particularly effective when a large number of passwords are to be cracked.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
A woman reads a book beside a bronze statue in front of Sejong Centre for the Performing Arts in central Seoul.

Korean

Passwords guessed using same-language dictionary: 5.8 per cent

Passwords guessed using different-language dictionary: 2.8 per cent

The pre-computed dictionary need only be generated once, and when it is completed, password hashes can be looked up almost instantly at any time to find the corresponding password.

Click NEXT to read more...

In which languages are passwords easiest to crack?

Last updated on: June 8, 2012 12:05 IST
A man walks in Lujiazui, a financial district in Pudong, Shanghai.

Chinese

Passwords guessed using same-language dictionary: 4.2 per cent

Passwords guessed using different-language dictionary: 2.9 per cent

A more refined approach involves the use of rainbow tables, which reduce storage requirements at the cost of slightly longer lookup times.