Forgot your password?
typodupeerror

Submission + - Scientists Develop New Method to Improve Passwords (arxiv.org)

An anonymous reader writes: Scientists at Max-Planck-Institute for Physics of Complex Systems in Dresden, Germany have developed a novel method to improve password security. A strong long password is split in two parts. The first part is memorized by a human. The second part is stored as a CAPTCHA-like image of a chaotic lattice system.

Comment Re:No VC++ (Score 1) 413

The configure "script" (which is actually an executable) just seems to display the GPL (which you can edit in an accompanying text file so you don't have to hit enter repeatedly), ask if you agree and then bail out. Perhaps that's because I don't have mingw installed; I'm not sure, because it didn't give any kind of error.

In fact you need to give configure a platform with -platform xxx option. For mingw xxx is win32-g++ (cf. mkspecs dir and configure --help)

Slashdot Top Deals

A method of solution is perfect if we can forsee from the start, and even prove, that following that method we shall attain our aim. -- Leibnitz

Working...