linux/w*: add Korean translation (#14756)

This commit is contained in:
코드싸이
2024-11-09 23:23:32 +09:00
committed by GitHub
parent a662abf502
commit 4bcf91eb31
31 changed files with 698 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# wpa_passphrase
> ASCII 암호 구문으로부터 SSID에 대한 WPA-PSK 키를 생성.
> 더 많은 정보: <https://manned.org/wpa_passphrase.1>.
- 주어진 SSID에 대한 WPA-PSK 키를 계산하고 `stdin`에서 암호 구문을 읽어 표시:
`wpa_passphrase {{SSID}}`
- 주어진 SSID에 대한 WPA-PSK 키를 계산하고 암호 구문을 인수로 지정하여 표시:
`wpa_passphrase {{SSID}} {{암호_구문}}`