tldr/pages.tr/linux/wpa_passphrase.md

13 lines
443 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# wpa_passphrase
> Belirtilen SSID için bir ASCII paroladan bir WPA-PSK anahtarı oluşturun.
> Daha fazla bilgi için: <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}}`