common/k*: add Korean translation (#14560)
This commit is contained in:
32
pages.ko/common/keybase.md
Normal file
32
pages.ko/common/keybase.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# keybase
|
||||
|
||||
> 소셜 미디어 신원을 암호화 키에 공개적으로 감사 가능한 방식으로 매핑하는 키 디렉토리.
|
||||
> 더 많은 정보: <https://keybase.io/docs/command_line>.
|
||||
|
||||
- 다른 사용자 팔로우:
|
||||
|
||||
`keybase follow {{사용자명}}`
|
||||
|
||||
- 새로운 증명 추가:
|
||||
|
||||
`keybase prove {{서비스}} {{서비스_사용자명}}`
|
||||
|
||||
- 파일 서명:
|
||||
|
||||
`keybase sign --infile {{입력_파일}} --outfile {{출력_파일}}`
|
||||
|
||||
- 서명된 파일 검증:
|
||||
|
||||
`keybase verify --infile {{입력_파일}} --outfile {{출력_파일}}`
|
||||
|
||||
- 파일 암호화:
|
||||
|
||||
`keybase encrypt --infile {{입력_파일}} --outfile {{출력_파일}} {{수신자}}`
|
||||
|
||||
- 파일 복호화:
|
||||
|
||||
`keybase decrypt --infile {{입력_파일}} --outfile {{출력_파일}}`
|
||||
|
||||
- 현재 장치 해지, 로그아웃 및 로컬 데이터 삭제:
|
||||
|
||||
`keybase deprovision`
|
Reference in New Issue
Block a user