The pot file line is the result of PBKDF2:
or
or use xxd:
https://www.systutorials.com/convert-hex...using-xxd/
or use an online converter:
https://www.binaryhexconverter.com/hex-t...-converter
or use an ASCII table:
http://www.asciitable.com/
Code:
PMK*ESSID:PSK
Code:
$ whoismac -x 5475726b54656c656b6f6d5f5445454146
TurkTelekom_TEEAF
or
Code:
$ echo "5475726b54656c656b6f6d5f5445454146" | perl -pe 's/(..)/chr(hex($1))/ge'
TurkTelekom_TEEAF
or use xxd:
https://www.systutorials.com/convert-hex...using-xxd/
or use an online converter:
https://www.binaryhexconverter.com/hex-t...-converter
or use an ASCII table:
http://www.asciitable.com/