Dice Pass For Mac
Diablo III is an ARPG (action role playing game), following on from two of the most important titles of the genre, in which the player assumes the role of one of the chosen few who must face the ultimate evil that has come to destroy the world as we know it. The gameplay remains faithful to a franchise that has changed little from the first Diablo (and why should it?). Click, click and click is virtually all you have to do to pass through dozens of dungeons full of baddies while killing them all.
Of course, it is not as simple as that, and you must also use your special skills (or spells) and drink all kind of potions if you want to survive. As usual in the series, as you kill enemies, you gain experience and can level up your character to get the best attributes and skills. Kill stronger enemies and get more experience. It is important to mention the huge variety in Diablo III. Starting with the different playable character classes (barbarian, monk, demon hunter, magician and witch doctor), continuing with the enormous number of enemies you will find, and ending of course with the thousands of weapons and armours.
Diablo III is one of the most anticipated games of 2012, a title that boasts overwhelming quality at every level, and an almost infinite lifespan. To say that there are hundreds of hours of gameplay here would be a gross understatement.

How does EFF's Dice work? EFF's dice passphrase works by throwing a dice 5 times (or 5 dices at the same time) to generate a 5 digits number (from 11111 to 66666). That number is then mapped to a preprepared word list (such as ) and produces one word. Repeating this process 6 times produces 6 words which combined generates a passphrase of about 2⁷⁷ (that's 9776) alternatives.
Quite a lot indeed. How does DicePass rolls the dice? In newer browsers DicePass uses a new JavaScript API for Pseudo Random Number Generation (PRNG) called crypto.getRandomValues. In newer browsers this PRNG uses the operating system's PRNG and produces cryptographically safe pseudo random numbers. DicePass then takes these numbers and runs them through the Modulo 6 to mimc the 6 digits on a dice.
Dice Pass For Machine

For older browsers DicePass uses Javascript's Random - which is OK, but does not guarantee cryptographically sound pseudo random numbers. Is this site secure? Will it steal my passphrase?
Dice Pass For Machine
Everything running to produce your passphrase runs only on your local browser. There is no server side request invovled. We DO NOT store any cookies on the browser and the whole project is open sourced. Even the option of 'Speaking' the passphrase to you uses a JavaScript project that produces everything locally on your browser. We do not run analytics or use the standard Tweet and Like buttons so that there will be no 3rd party services tracking you whatsoever.