[kwlug-disc] Prompting for passwords in wicd

Paul Nijjar paul_nijjar at yahoo.ca
Sun Jan 7 21:32:59 EST 2018


On Wed, Aug 23, 2017 at 07:03:08PM -0400, Nick Guenther wrote:
> 
> 
> 
> I've never figured this out. I've wanted to for a while, and tour question prompted me to go digging.
> 
> The CSC wiki turned out to have the answer! You can pre-hash your password:
> 
> https://wiki.csclub.uwaterloo.ca/Wireless
> 
> password=hash:$(echo -n "password" | iconv -t utf16le | openssl md4)

FYI: I finally tried this out, and it works okay. 

The MD4 is unavoidable, since that is the hashing that RADIUS
understands. Sigh. MD4 is indeed broken.

> 
> I dunno if that md4 is necessary; isn't that reversible these days? You would hope it could be upgraded to sha256... Tell us if you try that and it works.
> 

-- 
http://pnijjar.freeshell.org




More information about the kwlug-disc mailing list