1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/rage.md
코드싸이 fd7d9f925b
common/r*: add Korean translation (#14644)
* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-07 10:35:14 +09:00

623 B

rage

간단하고 안전하며 현대적인 파일 암호화 도구(Rust 라이브러리 포함)로, 작은 명시적 키, 설정 옵션 없음, UNIX 스타일의 구성 가능성을 제공합니다. age의 Rust 구현. 더 많은 정보: https://github.com/str4d/rage.

  • user를 위한 파일을 암호화하고 message.age로 저장:

echo "{{당신의 비밀 메시지}}" | rage --encrypt --recipient {{user}} --output {{경로/대상/message.age}}

  • identity_file로 파일을 복호화하고 message로 저장:

rage --decrypt --identity {{경로/대상/identity_file}} --output {{message}}