GNU Privacy Guard 2. GNU Privacy Guard 1에 대해서는
gpg
를 참조. 더 많은 정보: https://docs.releng.linuxfoundation.org/en/latest/gpg.html.
gpg2 --list-keys
.gpg
가 추가된 새로운 파일에 출력을 작성:gpg2 --encrypt --recipient {{alice@example.com}} {{경로/대상/문서.txt}}
.gpg
가 추가된 새로운 파일에 출력을 작성:gpg2 --symmetric {{경로/대상/문서.txt}}
stdout
에 기록:gpg2 --decrypt {{경로/대상/문서.txt.gpg}}
gpg2 --import {{경로/대상/공개_키.gpg}}
stdout
으로 내보내기 :gpg2 --export --armor {{alice@example.com}}
stdout
으로 내보내기:gpg2 --export-secret-keys --armor {{alice@example.com}}