Skip to content

Commit

Permalink
拡張子に関する情報をテーブルに追加
Browse files Browse the repository at this point in the history
  • Loading branch information
noraworld committed Feb 9, 2024
1 parent 71d53b3 commit 6bd8883
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions articles/gpg-file-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ gpg --encrypt --recipient you@example.com --armor foo.zip # アスキーデー
gpg foo.zip.gpg
```

| | バイナリデータ | アスキーデータ |
| :---: | --- | --- |
| **利点** | ファイルサイズが元のファイルと変わらない | テキストエディタで開ける |
| **欠点** | テキストエディタでは開けない | ファイルサイズが膨らむ |
| **拡張子** | `.gpg` | `.asc` |



# はじめに
Expand Down Expand Up @@ -75,8 +81,9 @@ gpg --encrypt --recipient you@example.com --armor foo.zip

| | バイナリデータ | アスキーデータ |
| :---: | --- | --- |
| 利点 | ファイルサイズが元のファイルと変わらない | テキストエディタで開ける |
| 欠点 | テキストエディタでは開けない | ファイルサイズが膨らむ[^size] |
| **利点** | ファイルサイズが元のファイルと変わらない | テキストエディタで開ける |
| **欠点** | テキストエディタでは開けない | ファイルサイズが膨らむ[^size] |
| **拡張子** | `.gpg` | `.asc` |

[^size]: 筆者の環境で 1.37 GB の ZIP ファイルをこの方法で暗号化したところ 1.85 GB になりました。

Expand Down

0 comments on commit 6bd8883

Please sign in to comment.