[bglug] [OT]Da passphrase a passkey WPA

Dario Cambič dariocambie@gmail.com
Gio 19 Lug 2012 11:32:58 CEST


Il 19 luglio 2012 11:29, Emiliano Vavassori <syntaxerrormmm@gmail.com>
ha scritto:
> http://jorisvr.nl/wpapsk.html
>
> Ho salvato la pagina in locale e ho provato ad eseguirla. Mi sembra
> sia tutto JS, per cui dovrebbe funzionare offline. YMMV.

Sembra proprio essere cos´´i

/*
 * getWpaPskKeyFromPassphrase( pass: string, ssid: string)
 *  -> string of 64 hex digits
 *
 * Compute the binary PMK from passphrase and SSID as used in the WPA-PSK
 * wireless encryption standard. The passphrase is usually entered by
 * the user as a string of at most 63 characters; the binary key is usually
 * displayed as a sequence of 64 hex digits.
 */
function getWpaPskKeyFromPassphrase(pass, salt) {
[...]


-- 
Dario.


Maggiori informazioni sulla lista bglug