multiple pages : Add Korean Translation (#3553)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5dfacef130
commit
cb340e9341
23
pages.ko/common/apg.md
Normal file
23
pages.ko/common/apg.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# apg
|
||||
|
||||
> 임의로 복잡한 랜덤 암호를 만듭니다.
|
||||
|
||||
- 임의 비밀번호 생성 (기본 비밀번호 길이는 8):
|
||||
|
||||
`apg`
|
||||
|
||||
- 1개 이상의 기호(S), 1개의 숫자(N), 1개의 대문자(C), 1개의 소문자(L) 로 비밀번호 생성:
|
||||
|
||||
`apg -M SNCL`
|
||||
|
||||
- 16개 글자의 비밀번호 생성:
|
||||
|
||||
`apg -m {{16}}`
|
||||
|
||||
- 최대 길이가 16인 비밀번호 생성:
|
||||
|
||||
`apg -x {{16}}`
|
||||
|
||||
- 사전에 나타나지 않는 암호를 생성(사전 파일을 제공해야함):
|
||||
|
||||
`apg -r {{디렉토리_파일}}`
|
Reference in New Issue
Block a user