Skip to content

Commit fe2347d

Browse files
committed
GPG を推奨する文言を追加
1 parent 43c4f54 commit fe2347d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/file-encryption.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
2-
title: "コマンドラインでファイルを暗号化する方法 (OpenSSL 編)"
2+
title: "OpenSSL でファイルを暗号化する方法"
33
emoji: "🔐"
44
type: "tech" # tech: 技術記事 / idea: アイデア
55
topics: ["openssl", "smime"]
66
published: true
77
---
88

9-
GPG 版は [こちら](https://zenn.dev/noraworld/articles/gpg-file-encryption)
9+
# GPG のすゝめ
10+
OpenSSL による暗号化だとオプションが複雑だったり、ファイルサイズが大きい場合に正しく暗号化できなかったりするデメリットがあります。そのため GPG による暗号化をおすすめします。
11+
12+
GPG に関しては「[GPG でファイルやフォルダを暗号化する方法](https://zenn.dev/noraworld/articles/gpg-file-encryption)」をご覧ください。
13+
14+
1015

1116
# TL;DR
1217

0 commit comments

Comments
 (0)