Answer the question
In order to leave comments, you need to log in
How to get PMK from bssid of access point and password on your knee?
There is a BSSID and a password (let's say 12345678) you need to get a PMK from them.
from what I found, little sense:
PMK in WPA2
WPA2-Personal mode generates a 256-bit key, sometimes referred to as a PreShared Key (PSK), from the passphrase entered in plain text. After that, the PMK mathematical basis is generated from the PSK key, the SSID indicator (Service Set Identifier) and its length.
It all starts with the "short password" (from the user) being converted into a longer key with the addition of the name of the wireless network - PBKDF is used for this, which can be equated to computing a hash over SHA-1 4096 times in a row. As a result, we get 256- bit string, i.e. 32 bytes. Note that it is unique for different networks with the same passwords if they have different names.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question