Changes

Jump to: navigation, search

Virginia Tech Wifi

135 bytes added, 14:00, 28 June 2023
m
Undo revision 7818 by Waldrep (talk)
printf 'YOUR-NETW-ORKP-SSWD' \
| iconv -f ASCII -t UTF-16LE \
| openssl dgst -md4 \
| cut -d ' ' -f 2
</pre>
 
If you are using OpenSSL 3, you will need to specify the legacy provider:
<pre>
| openssl dgst -md4 -provider legacy \
</pre>
19
edits

Navigation menu