Files
tldr/pages.tr/linux/wpa_passphrase.md

13 lines
437 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wpa_passphrase
> Belirtilen SSID için bir ASCII paroladan bir WPA-PSK anahtarı oluşturun.
> Daha fazla bilgi: <https://manned.org/wpa_passphrase.1>.
- Standart girişten parolayı okuyarak belirtilen SSID için WPA-PSK anahtarını hesapla ve görüntüle:
`wpa_passphrase {{SSID}}`
- Parolayı argüman olarak belirterek belirtilen SSID için WPA-PSK anahtarını hesapla ve görüntüle:
`wpa_passphrase {{SSID}} {{parola}}`