TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Encryption with Gnu Privacy Guard (GPG)

47 点作者 triberian大约 11 年前

7 条评论

jmnicolas大约 11 年前
On all the encryption tutorials I found they always assume 2 and only 2 people trying to talk privately.<p>I wonder how would one encrypt a conversation between say 15 people.
评论 #7546557 未加载
schroedinger23大约 11 年前
This article also suggests that you should use a 2048 Bit key, and you really shouldn&#x27;t. Better to go with 4096 Bit. And I guess every CPU is fast enough.
calibwam大约 11 年前
This does not go into the Web of Trust and having your key signed, maybe the most complicated part of PGP, and perhaps also its most important feature.
评论 #7546247 未加载
评论 #7545934 未加载
egeozcan大约 11 年前
There seems to be also a windows implementation: <a href="http://www.gpg4win.org/" rel="nofollow">http:&#x2F;&#x2F;www.gpg4win.org&#x2F;</a> (Wondering why the site doesn&#x27;t use ssl, though)<p>On a related note, I have a hard time understanding why a web site talking about digital security also doesn&#x27;t have a certificate.
评论 #7545981 未加载
kzrdude大约 11 年前
Did anyone else see reop recently? It&#x27;s a sort of simple reimagining of easy-to-use public key crypto. <a href="http://www.tedunangst.com/flak/post/reop" rel="nofollow">http:&#x2F;&#x2F;www.tedunangst.com&#x2F;flak&#x2F;post&#x2F;reop</a>
vitaluha大约 11 年前
&quot;To encrypt a File:&quot;<p><pre><code> gpg -o encrypted_file.gpg –encrypt -r original.file </code></pre> # they didn&#x27;t put recipient after -r ?
评论 #7546718 未加载
ausjke大约 11 年前
Best blog on using GPG that I have seen. Thanks!