Changes

Jump to navigation Jump to search
271 bytes added ,  11:05, 31 October 2019
m
no edit summary
Line 3: Line 3:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
=== WPA/WPA2-PSK Network ===
+
===WPA/WPA2-PSK Network===
 
<syntaxhighlight lang="text">
 
<syntaxhighlight lang="text">
 
  network={
 
  network={
Line 28: Line 28:  
         phase2="auth=MSCHAPV2"       
 
         phase2="auth=MSCHAPV2"       
 
}
 
}
 +
</syntaxhighlight>
 +
 +
=== Protect WIFI password ===
 +
<syntaxhighlight lang="bash">
 +
echo -n 'YOUR_REAL_PASSWORD' | iconv -t utf16le | openssl md4 > hash.txt
 +
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
 +
password=hash:a6fsfs71xxxxxxxxxxxxxxxetcetcetc
 +
 +
history -w
 +
history -c
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu