mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:35:25 +02:00
keybase: update translations (#16677)
This commit is contained in:
parent
6d2d5cb630
commit
569174b91e
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# keybase
|
||||
|
||||
> Directorio de claves que conecta identidades en redes sociales a claves encriptadas de una manera públicamente auditable.
|
||||
> Más información: <https://keybase.io/docs/command_line>.
|
||||
> Más información: <https://book.keybase.io/docs/cli>.
|
||||
|
||||
- Sigue a otro usuario:
|
||||
|
||||
|
@ -13,19 +13,19 @@
|
|||
|
||||
- Firma un archivo:
|
||||
|
||||
`keybase sign --infile {{archivo_de_entrada}} --outfile {{archivo_de_salida}}`
|
||||
`keybase sign {{[-i|--infile]}} {{archivo_de_entrada}} {{[-o|--outfile]}} {{archivo_de_salida}}`
|
||||
|
||||
- Verifica un archivo firmado:
|
||||
|
||||
`keybase verify --infile {{archivo_de_entrada}} --outfile {{archivo_de_salida}}`
|
||||
`keybase verify {{[-i|--infile]}} {{archivo_de_entrada}} {{[-o|--outfile]}} {{archivo_de_salida}}`
|
||||
|
||||
- Encripta un archivo:
|
||||
|
||||
`keybase encrypt --infile {{archivo_de_entrada}} --outfile {{archivo_de_salida}} {{receptor}}`
|
||||
`keybase encrypt {{[-i|--infile]}} {{archivo_de_entrada}} {{[-o|--outfile]}} {{archivo_de_salida}} {{receptor}}`
|
||||
|
||||
- Desencripta un archivo:
|
||||
|
||||
`keybase decrypt --infile {{archivo_de_entrada}} --outfile {{archivo_de_salida}}`
|
||||
`keybase decrypt {{[-i|--infile]}} {{archivo_de_entrada}} {{[-o|--outfile]}} {{archivo_de_salida}}`
|
||||
|
||||
- Revoca el dispositivo actual, se desconecta y borra los datos locales:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# keybase
|
||||
|
||||
> 소셜 미디어 신원을 암호화 키에 공개적으로 감사 가능한 방식으로 매핑하는 키 디렉토리.
|
||||
> 더 많은 정보: <https://keybase.io/docs/command_line>.
|
||||
> 더 많은 정보: <https://book.keybase.io/docs/cli>.
|
||||
|
||||
- 다른 사용자 팔로우:
|
||||
|
||||
|
@ -13,19 +13,19 @@
|
|||
|
||||
- 파일 서명:
|
||||
|
||||
`keybase sign --infile {{입력_파일}} --outfile {{출력_파일}}`
|
||||
`keybase sign {{[-i|--infile]}} {{입력_파일}} {{[-o|--outfile]}} {{출력_파일}}`
|
||||
|
||||
- 서명된 파일 검증:
|
||||
|
||||
`keybase verify --infile {{입력_파일}} --outfile {{출력_파일}}`
|
||||
`keybase verify {{[-i|--infile]}} {{입력_파일}} {{[-o|--outfile]}} {{출력_파일}}`
|
||||
|
||||
- 파일 암호화:
|
||||
|
||||
`keybase encrypt --infile {{입력_파일}} --outfile {{출력_파일}} {{수신자}}`
|
||||
`keybase encrypt {{[-i|--infile]}} {{입력_파일}} {{[-o|--outfile]}} {{출력_파일}} {{수신자}}`
|
||||
|
||||
- 파일 복호화:
|
||||
|
||||
`keybase decrypt --infile {{입력_파일}} --outfile {{출력_파일}}`
|
||||
`keybase decrypt {{[-i|--infile]}} {{입력_파일}} {{[-o|--outfile]}} {{출력_파일}}`
|
||||
|
||||
- 현재 장치 해지, 로그아웃 및 로컬 데이터 삭제:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue